Searched refs:ThunkSection (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Thunks.cpp | 53 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 D | Relocations.h | 135 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 D | Thunks.h | 19 class ThunkSection; variable 40 virtual void addSymbols(ThunkSection &isec) = 0;
|
| H A D | LinkerScript.h | 34 class ThunkSection; variable 216 SmallVector<std::pair<ThunkSection *, uint32_t>, 0> thunkSections;
|
| H A D | SyntheticSections.cpp | 3564 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 D | SyntheticSections.h | 1122 class ThunkSection final : public SyntheticSection { 1125 ThunkSection(OutputSection *os, uint64_t off);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 371 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 D | SymbolRecordMapping.cpp | 81 error(IO.mapInteger(Tramp.ThunkSection)); in visitKnownRecord()
|
| H A D | SymbolDumper.cpp | 151 W.printNumber("ThunkSection", Tramp.ThunkSection); in visitKnownRecord()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLSymbols.cpp | 320 IO.mapRequired("ThunkSection", Symbol.ThunkSection); in map()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolRecord.h | 99 uint16_t ThunkSection = 0; variable
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 430 formatSegmentOffset(Tramp.ThunkSection, Tramp.ThunkOffset), in visitKnownRecord()
|