| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 73 DataRefImpl getRawDataRefImpl() const; 141 DataRefImpl getRawDataRefImpl() const; 212 : basic_symbol_iterator(SymbolRef(B->getRawDataRefImpl(), in symbol_iterator() 461 return getObject()->getSymbolName(getRawDataRefImpl()); in getName() 465 return getObject()->getSymbolAddress(getRawDataRefImpl()); in getAddress() 469 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue() 473 return getObject()->getSymbolAlignment(getRawDataRefImpl()); in getAlignment() 477 return getObject()->getCommonSymbolSize(getRawDataRefImpl()); in getCommonSize() 481 return getObject()->getSymbolSection(getRawDataRefImpl()); in getSection() 485 return getObject()->getSymbolType(getRawDataRefImpl()); in getType() [all …]
|
| H A D | GOFFObjectFile.h | 141 return getObject()->getSymbolFlags(getRawDataRefImpl()); in getSymbolGOFFFlags() 145 return getObject()->getSymbolType(getRawDataRefImpl()); in getSymbolGOFFType() 149 return getObject()->getSymbolSize(getRawDataRefImpl()); in getSize()
|
| H A D | XCOFFObjectFile.h | 791 return reinterpret_cast<const XCOFFSymbolEntry32 *>(getRawDataRefImpl().p); 795 return reinterpret_cast<const XCOFFSymbolEntry64 *>(getRawDataRefImpl().p); 803 return reinterpret_cast<const XCOFFSymbolEntry32 *>(getRawDataRefImpl().p) 808 return reinterpret_cast<const XCOFFSymbolEntry64 *>(getRawDataRefImpl().p) 813 return getObject()->getSymbolSize(getRawDataRefImpl()); 818 ? reinterpret_cast<const XCOFFSymbolEntry64 *>(getRawDataRefImpl().p)->X \ 819 : reinterpret_cast<const XCOFFSymbolEntry32 *>(getRawDataRefImpl().p)->X 844 return getRawDataRefImpl().p;
|
| H A D | ELFObjectFile.h | 141 return getObject()->getSectionType(getRawDataRefImpl()); in getType() 145 return getObject()->getSectionFlags(getRawDataRefImpl()); in getFlags() 149 return getObject()->getSectionOffset(getRawDataRefImpl()); in getOffset() 179 return getObject()->getSymbolSize(getRawDataRefImpl()); in getSize() 183 return getObject()->getSymbolBinding(getRawDataRefImpl()); in getBinding() 187 return getObject()->getSymbolOther(getRawDataRefImpl()); in getOther() 191 return getObject()->getSymbolELFType(getRawDataRefImpl()); in getELFType() 206 const DataRefImpl &DRIA = A.getRawDataRefImpl(); 207 const DataRefImpl &DRIB = B.getRawDataRefImpl(); 216 : symbol_iterator(SymbolRef(B->getRawDataRefImpl(), in elf_symbol_iterator() [all …]
|
| H A D | SymbolicFile.h | 139 DataRefImpl getRawDataRefImpl() const; 210 inline DataRefImpl BasicSymbolRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOX86_64.h | 40 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef() 163 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation() 176 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation() 203 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
|
| H A D | RuntimeDyldMachOI386.h | 40 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef() 151 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation() 164 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation() 215 MachO::section Sec32 = Obj.getSection(JTSection.getRawDataRefImpl()); in populateJumpTable()
|
| H A D | RuntimeDyldMachOARM.h | 107 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef() 350 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation() 376 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
|
| H A D | RuntimeDyldMachOAArch64.h | 280 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef() 299 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef() 486 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 241 if (Sym.getRawDataRefImpl().p) in isDefined() 336 DataRefImpl SymDRI = S.Sym.getRawDataRefImpl(); in darwinPrintSymbol() 385 if (S.Sym.getRawDataRefImpl().p) { in darwinPrintSymbol() 386 if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName)) in darwinPrintSymbol() 450 if (S.Sym.getRawDataRefImpl().p) { in darwinPrintSymbol() 452 MachO->getSymbolSection(S.Sym.getRawDataRefImpl()); in darwinPrintSymbol() 466 DataRefImpl Ref = Sec->getRawDataRefImpl(); in darwinPrintSymbol() 524 if (S.Sym.getRawDataRefImpl().p) { in darwinPrintSymbol() 525 if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName)) in darwinPrintSymbol() 596 DataRefImpl SymDRI = S.Sym.getRawDataRefImpl(); in darwinPrintStab() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOReader.cpp | 88 MachOObj.getSectionContents(SecRef->getRawDataRefImpl()); in extractSections() 97 for (auto RI = MachOObj.section_rel_begin(SecRef->getRawDataRefImpl()), in extractSections() 98 RE = MachOObj.section_rel_end(SecRef->getRawDataRefImpl()); in extractSections() 102 R.Info = MachOObj.getRelocation(RI->getRawDataRefImpl()); in extractSections() 240 Symbol.getRawDataRefImpl())) in readSymbolTable() 242 Symbol.getRawDataRefImpl()))); in readSymbolTable()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ELFDump.cpp | 94 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() 130 Obj->getSymbol(SI->getRawDataRefImpl()); in getRelocationValueString() 140 Obj->getSection((*SymSI)->getRawDataRefImpl()); in getRelocationValueString() 191 ->getSection(Sec.getRawDataRefImpl())))) in getSectionLMA()
|
| H A D | XCOFFDump.cpp | 70 const XCOFFSymbolRef SymRef = Obj.toSymbolRef(Sym.getRawDataRefImpl()); in getXCOFFSymbolCsectSMC() 85 const XCOFFSymbolRef SymRef = Obj.toSymbolRef(Sym.getRawDataRefImpl()); in getXCOFFSymbolContainingSymbolRef() 100 const XCOFFSymbolRef SymRef = Obj.toSymbolRef(Sym.getRawDataRefImpl()); in isLabel()
|
| H A D | llvm-objdump.cpp | 568 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden() 1131 return unwrapOrError(Elf32LEObj->getSymbol(Sym.getRawDataRefImpl()), in getElfSymbolType() 1135 return unwrapOrError(Elf64LEObj->getSymbol(Sym.getRawDataRefImpl()), in getElfSymbolType() 1139 return unwrapOrError(Elf32BEObj->getSymbol(Sym.getRawDataRefImpl()), in getElfSymbolType() 1143 return unwrapOrError(Elf64BEObj->getSymbol(Sym.getRawDataRefImpl()), in getElfSymbolType() 1162 Address = unwrapOrError(Obj.getSymbol(Symbol.getRawDataRefImpl()), in addDynamicElfSymbols() 1414 DataRefImpl SymbolDRI = Symbol.getRawDataRefImpl(); in createSymbolInfo() 1593 DataRefImpl DR = Section.getRawDataRefImpl(); in getSegmentName() 1746 DataRefImpl SymDRI = Symbol.getRawDataRefImpl(); in disassembleObject() 2422 RelCur->getRawDataRefImpl().p); in disassembleObject() [all …]
|
| H A D | MachODump.cpp | 425 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getMachORelocationValueString() 810 const DataRefImpl Rel = Reloc->getRawDataRefImpl(); in PrintRelocationEntries() 941 uint32_t nsects = O->section_end()->getRawDataRefImpl().d.a; in PrintRelocationEntries() 1654 DataRefImpl Ref = Section.getRawDataRefImpl(); in DumpLiteralPointerSection() 1679 Rel = Reloc.getRawDataRefImpl(); in DumpLiteralPointerSection() 1741 DataRefImpl Ref = Sect->getRawDataRefImpl(); in DumpLiteralPointerSection() 1829 Rel = Reloc.getRawDataRefImpl(); in DumpInitTermPointerSection() 1954 DataRefImpl Ref = Section.getRawDataRefImpl(); in DumpSectionContents() 2049 DataRefImpl Ref = Section.getRawDataRefImpl(); in DumpInfoPlistSectionContents() 2152 DataRefImpl Ref = Section.getRawDataRefImpl(); in ProcessMachO() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | RelocationResolver.cpp | 877 return Elf32LEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation() 879 return Elf64LEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation() 881 return Elf32BEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation() 883 return Elf64BEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation() 907 R.getRawDataRefImpl().p);
|
| H A D | COFFObjectFile.cpp | 259 COFFSymbolRef Symb = getCOFFSymbol(Sym.getRawDataRefImpl()); in getSymbolSectionID() 343 Sec.getRawDataRefImpl().p - reinterpret_cast<uintptr_t>(SectionTable); in getSectionID() 1278 return toSec(Section.getRawDataRefImpl()); in getCOFFSection() 1290 return getCOFFSymbol(Symbol.getRawDataRefImpl()); in getCOFFSymbol() 1295 return toRel(Reloc.getRawDataRefImpl()); in getCOFFRelocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 132 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections() 136 Obj.getSection64(SecRef.getRawDataRefImpl()); in createNormalizedSections() 149 const MachO::section &Sec32 = Obj.getSection(SecRef.getRawDataRefImpl()); in createNormalizedSections() 240 unsigned SymbolIndex = Obj.getSymbolIndex(SymRef.getRawDataRefImpl()); in createNormalizedSymbols() 249 Obj.getSymbol64TableEntry(SymRef.getRawDataRefImpl()); in createNormalizedSymbols() 257 Obj.getSymbolTableEntry(SymRef.getRawDataRefImpl()); in createNormalizedSymbols()
|
| H A D | MachOLinkGraphBuilder.h | 171 getObject().getRelocation(RelItr->getRawDataRefImpl()); in getRelocationInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldMachO.cpp | 62 Obj.getRelocation(RelI->getRawDataRefImpl()); in processScatteredVANILLA() 104 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationValueRef() 188 MachO::section Sec32 = Obj.getSection(PTSection.getRawDataRefImpl()); in populateIndirectSymbolPointersSection()
|
| H A D | RuntimeDyldMachO.h | 70 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationEntry()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectFileInterface.cpp | 87 auto SegName = Obj.getSectionFinalSegmentName(Sec.getRawDataRefImpl()); in getMachOObjectFileSymbolInfo() 88 auto SecName = cantFail(Obj.getSectionName(Sec.getRawDataRefImpl())); in getMachOObjectFileSymbolInfo()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 476 getSection(Obj, Section.getRawDataRefImpl(), MOSection); in printSectionHeaders() 477 DataRefImpl DR = Section.getRawDataRefImpl(); in printSectionHeaders() 557 DataRefImpl DR = Reloc.getRawDataRefImpl(); in printRelocation() 623 ? Obj->getSymbol64TableEntry(Symbol.getRawDataRefImpl()).n_type in getSymbolType() 624 : Obj->getSymbolTableEntry(Symbol.getRawDataRefImpl()).n_type; in getSymbolType() 670 getSymbol(Obj, Symbol.getRawDataRefImpl(), MOSymbol); in printSymbol()
|
| H A D | WasmDumper.cpp | 222 WasmSymbol Symbol = Obj->getWasmSymbol(Sym.getRawDataRefImpl()); in printSymbol()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
| H A D | XCOFFReader.cpp | 55 DataRefImpl SymbolDRI = Sym.getRawDataRefImpl(); in readSymbols()
|