| /freebsd-14.2/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() 460 return getObject()->getSymbolName(getRawDataRefImpl()); in getName() 464 return getObject()->getSymbolAddress(getRawDataRefImpl()); in getAddress() 468 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue() 480 return getObject()->getSymbolSection(getRawDataRefImpl()); in getSection() 484 return getObject()->getSymbolType(getRawDataRefImpl()); in getType() 597 inline DataRefImpl SectionRef::getRawDataRefImpl() const { in getRawDataRefImpl() function 635 inline DataRefImpl RelocationRef::getRawDataRefImpl() const { in getRawDataRefImpl() function [all …]
|
| H A D | XCOFFObjectFile.h | 784 return reinterpret_cast<const XCOFFSymbolEntry32 *>(getRawDataRefImpl().p); 788 return reinterpret_cast<const XCOFFSymbolEntry64 *>(getRawDataRefImpl().p); 796 return reinterpret_cast<const XCOFFSymbolEntry32 *>(getRawDataRefImpl().p) 801 return reinterpret_cast<const XCOFFSymbolEntry64 *>(getRawDataRefImpl().p) 806 return getObject()->getSymbolSize(getRawDataRefImpl()); 811 ? reinterpret_cast<const XCOFFSymbolEntry64 *>(getRawDataRefImpl().p)->X \ 812 : reinterpret_cast<const XCOFFSymbolEntry32 *>(getRawDataRefImpl().p)->X 837 return getRawDataRefImpl().p;
|
| H A D | SymbolicFile.h | 139 DataRefImpl getRawDataRefImpl() const; 210 inline DataRefImpl BasicSymbolRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
|
| H A D | ELFObjectFile.h | 135 return getObject()->getSectionType(getRawDataRefImpl()); in getType() 139 return getObject()->getSectionFlags(getRawDataRefImpl()); in getFlags() 143 return getObject()->getSectionOffset(getRawDataRefImpl()); in getOffset() 173 return getObject()->getSymbolSize(getRawDataRefImpl()); in getSize() 177 return getObject()->getSymbolBinding(getRawDataRefImpl()); in getBinding() 181 return getObject()->getSymbolOther(getRawDataRefImpl()); in getOther() 185 return getObject()->getSymbolELFType(getRawDataRefImpl()); in getELFType() 202 : symbol_iterator(SymbolRef(B->getRawDataRefImpl(), in elf_symbol_iterator() 225 return getObject()->getRelocationAddend(getRawDataRefImpl()); in getAddend() 233 B->getRawDataRefImpl(), cast<ELFObjectFileBase>(B->getObject()))) {} in elf_relocation_iterator() [all …]
|
| H A D | MachO.h | 61 DataRefImpl getRawDataRefImpl() const; 920 inline DataRefImpl DiceRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| 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 | 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 | 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-14.2/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 241 if (Sym.getRawDataRefImpl().p) in isDefined() 385 if (S.Sym.getRawDataRefImpl().p) { in darwinPrintSymbol() 450 if (S.Sym.getRawDataRefImpl().p) { in darwinPrintSymbol() 466 DataRefImpl Ref = Sec->getRawDataRefImpl(); in darwinPrintSymbol() 524 if (S.Sym.getRawDataRefImpl().p) { in darwinPrintSymbol() 596 DataRefImpl SymDRI = S.Sym.getRawDataRefImpl(); in darwinPrintStab() 845 if (S.Sym.getRawDataRefImpl().p) { in printSymbolList() 1015 DataRefImpl Symb = I->getRawDataRefImpl(); in getSymbolNMTypeChar() 1036 DataRefImpl Ref = Sec->getRawDataRefImpl(); in getSymbolNMTypeChar() 1192 DataRefImpl Ref = S.getRawDataRefImpl(); in getNsectForSegSect() [all …]
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ELFDump.cpp | 94 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() 126 Obj->getSymbol(SI->getRawDataRefImpl()); in getRelocationValueString() 136 Obj->getSection((*SymSI)->getRawDataRefImpl()); in getRelocationValueString() 187 ->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 | 452 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden() 960 return unwrapOrError(Elf32LEObj->getSymbol(Sym.getRawDataRefImpl()), in getElfSymbolType() 1239 DataRefImpl SymbolDRI = Symbol.getRawDataRefImpl(); in createSymbolInfo() 1456 DataRefImpl DR = Section.getRawDataRefImpl(); in getSegmentName() 1609 DataRefImpl SymDRI = Symbol.getRawDataRefImpl(); in disassembleObject() 2284 RelCur->getRawDataRefImpl().p); in disassembleObject() 2290 RelCur->getRawDataRefImpl().p); in disassembleObject() 2754 DataRefImpl SymDRI = Symbol.getRawDataRefImpl(); in printSymbol() 2827 Symbol.getRawDataRefImpl()); in printSymbol() 2869 Symbol.getRawDataRefImpl())); in printSymbol() [all …]
|
| H A D | MachODump.cpp | 1679 Rel = Reloc.getRawDataRefImpl(); in DumpLiteralPointerSection() 1829 Rel = Reloc.getRawDataRefImpl(); in DumpInitTermPointerSection() 2848 Rel = Reloc.getRawDataRefImpl(); in SymbolizerGetOpInfo() 2920 Rel = Reloc.getRawDataRefImpl(); in SymbolizerGetOpInfo() 2958 Rel = Reloc.getRawDataRefImpl(); in SymbolizerGetOpInfo() 3031 Rel = Reloc->getRawDataRefImpl(); in SymbolizerGetOpInfo() 3550 Rel = Reloc.getRawDataRefImpl(); in get_symbol_64() 4328 DataRefImpl Ref = S.getRawDataRefImpl(); in walk_pointer_list_64() 4377 DataRefImpl Ref = S.getRawDataRefImpl(); in walk_pointer_list_32() 6056 DataRefImpl Ref = S.getRawDataRefImpl(); in print_message_refs64() [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/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); in resolveRelocation()
|
| H A D | COFFObjectFile.cpp | 260 COFFSymbolRef Symb = getCOFFSymbol(Sym.getRawDataRefImpl()); in getSymbolSectionID() 344 Sec.getRawDataRefImpl().p - reinterpret_cast<uintptr_t>(SectionTable); in getSectionID() 1292 return toSec(Section.getRawDataRefImpl()); in getCOFFSection() 1304 return getCOFFSymbol(Symbol.getRawDataRefImpl()); in getCOFFSymbol() 1309 return toRel(Reloc.getRawDataRefImpl()); in getCOFFRelocation()
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
| H A D | XCOFFReader.cpp | 55 DataRefImpl SymbolDRI = Sym.getRawDataRefImpl(); in readSymbols()
|