Home
last modified time | relevance | path

Searched refs:ThunkSection (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/lld/ELF/
H A DThunks.cpp53 void addSymbols(ThunkSection &isec) override;
61 void addSymbols(ThunkSection &isec) override;
133 void addSymbols(ThunkSection &isec) override;
142 void addSymbols(ThunkSection &isec) override;
152 void addSymbols(ThunkSection &isec) override;
161 void addSymbols(ThunkSection &isec) override;
172 void addSymbols(ThunkSection &isec) override;
182 void addSymbols(ThunkSection &isec) override;
199 void addSymbols(ThunkSection &isec) override;
210 void addSymbols(ThunkSection &isec) override;
[all …]
H A DRelocations.h135 class ThunkSection; variable
147 ThunkSection *getISDThunkSec(OutputSection *os, InputSection *isec,
151 ThunkSection *getISThunkSec(InputSection *isec);
158 ThunkSection *addThunkSection(OutputSection *os, InputSectionDescription *,
183 llvm::DenseMap<InputSection *, ThunkSection *> thunkedSections;
H A DThunks.h19 class ThunkSection; variable
40 virtual void addSymbols(ThunkSection &isec) = 0;
H A DLinkerScript.h34 class ThunkSection; variable
216 SmallVector<std::pair<ThunkSection *, uint32_t>, 0> thunkSections;
H A DSyntheticSections.cpp3564 ThunkSection::ThunkSection(OutputSection *os, uint64_t off) in ThunkSection() function in ThunkSection
3571 size_t ThunkSection::getSize() const { in getSize()
3577 void ThunkSection::addThunk(Thunk *t) { in addThunk()
3582 void ThunkSection::writeTo(uint8_t *buf) { in writeTo()
3587 InputSection *ThunkSection::getTargetInputSection() const { in getTargetInputSection()
3594 bool ThunkSection::assignOffsets() { in assignOffsets()
H A DSyntheticSections.h1122 class ThunkSection final : public SyntheticSection {
1125 ThunkSection(OutputSection *os, uint64_t off);
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp371 return {record.ThunkSection, record.ThunkOffset}; in GetSegmentAndOffset()
452 return {record.ThunkSection, record.ThunkOffset, record.Size}; in GetSegmentOffsetAndLength()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp81 error(IO.mapInteger(Tramp.ThunkSection)); in visitKnownRecord()
H A DSymbolDumper.cpp151 W.printNumber("ThunkSection", Tramp.ThunkSection); in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp320 IO.mapRequired("ThunkSection", Symbol.ThunkSection); in map()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h99 uint16_t ThunkSection = 0; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp430 formatSegmentOffset(Tramp.ThunkSection, Tramp.ThunkOffset), in visitKnownRecord()