/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 43 virtual std::error_code getRelocationAddend(DataRefImpl Rel, 77 void moveSymbolNext(DataRefImpl &Symb) const override; 78 std::error_code getSymbolName(DataRefImpl Symb, 80 std::error_code getSymbolAddress(DataRefImpl Symb, 82 std::error_code getSymbolAlignment(DataRefImpl Symb, 84 std::error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const override; 85 uint32_t getSymbolFlags(DataRefImpl Symb) const override; 86 std::error_code getSymbolOther(DataRefImpl Symb, uint8_t &Res) const override; 87 std::error_code getSymbolType(DataRefImpl Symb, 89 std::error_code getSymbolSection(DataRefImpl Symb, [all …]
|
D | ObjectFile.h | 39 DataRefImpl RelocationPimpl; 45 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner); 72 DataRefImpl getRawDataRefImpl() const; 83 DataRefImpl SectionPimpl; 89 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner); 120 DataRefImpl getRawDataRefImpl() const; 141 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner); 202 virtual std::error_code getSymbolName(DataRefImpl Symb, 205 DataRefImpl Symb) const override; 206 virtual std::error_code getSymbolAddress(DataRefImpl Symb, [all …]
|
D | MachO.h | 30 DataRefImpl DicePimpl; 36 DiceRef(DataRefImpl DiceP, const ObjectFile *Owner); 47 DataRefImpl getRawDataRefImpl() const; 197 void moveSymbolNext(DataRefImpl &Symb) const override; 198 std::error_code getSymbolName(DataRefImpl Symb, 202 std::error_code getIndirectName(DataRefImpl Symb, StringRef &Res) const; 205 std::error_code getSymbolAddress(DataRefImpl Symb, 207 std::error_code getSymbolAlignment(DataRefImpl Symb, 209 std::error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const override; 210 std::error_code getSymbolType(DataRefImpl Symb, [all …]
|
D | SymbolicFile.h | 22 union DataRefImpl { union 29 DataRefImpl() { std::memset(this, 0, sizeof(DataRefImpl)); } in DataRefImpl() function 32 inline bool operator==(const DataRefImpl &a, const DataRefImpl &b) { 35 return std::memcmp(&a, &b, sizeof(DataRefImpl)) == 0; 38 inline bool operator!=(const DataRefImpl &a, const DataRefImpl &b) { 42 inline bool operator<(const DataRefImpl &a, const DataRefImpl &b) { 45 return std::memcmp(&a, &b, sizeof(DataRefImpl)) < 0; 79 DataRefImpl SymbolPimpl; 99 BasicSymbolRef(DataRefImpl SymbolP, const SymbolicFile *Owner); 111 DataRefImpl getRawDataRefImpl() const; [all …]
|
D | COFF.h | 509 const coff_symbol_type *toSymb(DataRefImpl Symb) const; 510 const coff_section *toSec(DataRefImpl Sec) const; 511 const coff_relocation *toRel(DataRefImpl Rel) const; 582 void moveSymbolNext(DataRefImpl &Symb) const override; 583 std::error_code getSymbolName(DataRefImpl Symb, 585 std::error_code getSymbolAddress(DataRefImpl Symb, 587 std::error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const override; 588 uint32_t getSymbolFlags(DataRefImpl Symb) const override; 589 std::error_code getSymbolType(DataRefImpl Symb, 591 std::error_code getSymbolSection(DataRefImpl Symb, [all …]
|
D | IRObjectFile.h | 35 void moveSymbolNext(DataRefImpl &Symb) const override; 37 DataRefImpl Symb) const override; 38 uint32_t getSymbolFlags(DataRefImpl Symb) const override; 39 GlobalValue *getSymbolGV(DataRefImpl Symb); 40 const GlobalValue *getSymbolGV(DataRefImpl Symb) const { in getSymbolGV()
|
D | RelocVisitor.h | 226 DataRefImpl DRI = R.getRawDataRefImpl(); in getELFAddend32LE() 234 DataRefImpl DRI = R.getRawDataRefImpl(); in getELFAddend64LE() 242 DataRefImpl DRI = R.getRawDataRefImpl(); in getELFAddend32BE() 250 DataRefImpl DRI = R.getRawDataRefImpl(); in getELFAddend64BE()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 107 getSymbolTableEntryBase(const MachOObjectFile *O, DataRefImpl DRI) { in getSymbolTableEntryBase() 238 DataRefImpl Sec) { in getSectionFlags() 335 void MachOObjectFile::moveSymbolNext(DataRefImpl &Symb) const { in moveSymbolNext() 342 std::error_code MachOObjectFile::getSymbolName(DataRefImpl Symb, in getSymbolName() 355 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType() 362 std::error_code MachOObjectFile::getIndirectName(DataRefImpl Symb, in getIndirectName() 384 std::error_code MachOObjectFile::getSymbolAddress(DataRefImpl Symb, in getSymbolAddress() 404 std::error_code MachOObjectFile::getSymbolAlignment(DataRefImpl DRI, in getSymbolAlignment() 416 std::error_code MachOObjectFile::getSymbolSize(DataRefImpl DRI, in getSymbolSize() 444 DataRefImpl DRI = Symbol.getRawDataRefImpl(); in getSymbolSize() [all …]
|
D | COFFObjectFile.cpp | 100 const coff_symbol_type *COFFObjectFile::toSymb(DataRefImpl Ref) const { in toSymb() 116 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec() 132 void COFFObjectFile::moveSymbolNext(DataRefImpl &Ref) const { in moveSymbolNext() 147 std::error_code COFFObjectFile::getSymbolName(DataRefImpl Ref, in getSymbolName() 153 std::error_code COFFObjectFile::getSymbolAddress(DataRefImpl Ref, in getSymbolAddress() 179 std::error_code COFFObjectFile::getSymbolType(DataRefImpl Ref, in getSymbolType() 211 uint32_t COFFObjectFile::getSymbolFlags(DataRefImpl Ref) const { in getSymbolFlags() 239 std::error_code COFFObjectFile::getSymbolSize(DataRefImpl Ref, in getSymbolSize() 301 COFFObjectFile::getSymbolSection(DataRefImpl Ref, in getSymbolSection() 310 DataRefImpl Ref; in getSymbolSection() [all …]
|
D | IRObjectFile.cpp | 118 static GlobalValue *getGV(DataRefImpl &Symb) { in getGV() 146 static unsigned getAsmSymIndex(DataRefImpl Symb) { in getAsmSymIndex() 153 void IRObjectFile::moveSymbolNext(DataRefImpl &Symb) const { in moveSymbolNext() 191 DataRefImpl Symb) const { in printSymbolName() 208 uint32_t IRObjectFile::getSymbolFlags(DataRefImpl Symb) const { in getSymbolFlags() 239 GlobalValue *IRObjectFile::getSymbolGV(DataRefImpl Symb) { return getGV(Symb); } in getSymbolGV() 245 DataRefImpl Ret; in symbol_begin_impl() 251 DataRefImpl Ret; in symbol_end_impl()
|
D | ObjectFile.cpp | 32 DataRefImpl Symb) const { in printSymbolName() 40 std::error_code ObjectFile::getSymbolAlignment(DataRefImpl DRI, in getSymbolAlignment() 46 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 183 DataRefImpl Symb; 368 DataRefImpl Ref = Sec->getRawDataRefImpl(); in darwinPrintSymbol() 644 DataRefImpl Symb = I->getRawDataRefImpl(); in getSymbolNMTypeChar() 730 static uint8_t getNType(MachOObjectFile &Obj, DataRefImpl Symb) { in getNType() 740 DataRefImpl Symb = I->getRawDataRefImpl(); in getSymbolNMTypeChar() 754 DataRefImpl Ref = Sec->getRawDataRefImpl(); in getSymbolNMTypeChar() 791 DataRefImpl Symb = I->getRawDataRefImpl(); in isELFObject() 858 DataRefImpl Ref = I->getRawDataRefImpl(); in getNsectForSegSect() 875 DataRefImpl Symb = I->getRawDataRefImpl(); in getNsectInMachO()
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 293 DataRefImpl Sec, in getSection() 322 DataRefImpl DRI, in getSymbol() 398 DataRefImpl DR = Section.getRawDataRefImpl(); in printSections() 494 DataRefImpl DR = Reloc.getRawDataRefImpl(); in printRelocation()
|
/external/llvm/tools/dsymutil/ |
D | MachODebugMapParser.cpp | 124 const DataRefImpl &DRI = Symbol.getRawDataRefImpl(); in parse()
|
D | DwarfLinker.cpp | 1382 object::DataRefImpl RelocDataRef = Reloc.getRawDataRefImpl(); in findValidRelocsMachO()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 788 DataRefImpl Ref = Section.getRawDataRefImpl(); in DumpLiteralPointerSection() 810 DataRefImpl Rel; in DumpLiteralPointerSection() 874 DataRefImpl Ref = Sect->getRawDataRefImpl(); in DumpLiteralPointerSection() 1052 DataRefImpl Ref = Section.getRawDataRefImpl(); in DumpSectionContents() 1146 DataRefImpl Ref = Section.getRawDataRefImpl(); in DumpInfoPlistSectionContents() 1777 DataRefImpl Rel; in SymbolizerGetOpInfo() 1795 DataRefImpl RelNext = Rel; in SymbolizerGetOpInfo() 1857 DataRefImpl Rel; in SymbolizerGetOpInfo() 1888 DataRefImpl RelNext = Rel; in SymbolizerGetOpInfo() 1923 DataRefImpl Rel; in SymbolizerGetOpInfo() [all …]
|
D | llvm-objdump.cpp | 344 DataRefImpl DR = Section.getRawDataRefImpl(); in DisassembleObject() 676 DataRefImpl DR = Section->getRawDataRefImpl(); in PrintSymbolTable()
|
/external/llvm/tools/macho-dump/ |
D | macho-dump.cpp | 206 DataRefImpl DRI = Symbol.getRawDataRefImpl(); in DumpSymtabCommand()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 86 DataRefImpl ShdrRef = Sec.getRawDataRefImpl(); in updateSectionAddress() 133 DataRefImpl ShdrRef = Sec.getRawDataRefImpl(); in createRTDyldELFObject()
|