| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 72 DataRefImpl getRawDataRefImpl() const; 140 DataRefImpl getRawDataRefImpl() const; 211 : basic_symbol_iterator(SymbolRef(B->getRawDataRefImpl(), in symbol_iterator() 390 return getObject()->getSymbolName(getRawDataRefImpl()); in getName() 394 return getObject()->getSymbolAddress(getRawDataRefImpl()); in getAddress() 398 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue() 410 return getObject()->getSymbolSection(getRawDataRefImpl()); in getSection() 414 return getObject()->getSymbolType(getRawDataRefImpl()); in getType() 526 inline DataRefImpl SectionRef::getRawDataRefImpl() const { in getRawDataRefImpl() function 564 inline DataRefImpl RelocationRef::getRawDataRefImpl() const { in getRawDataRefImpl() function [all …]
|
| H A D | SymbolicFile.h | 137 DataRefImpl getRawDataRefImpl() const; 206 inline DataRefImpl BasicSymbolRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
|
| H A D | ELFObjectFile.h | 112 return getObject()->getSectionType(getRawDataRefImpl()); in getType() 116 return getObject()->getSectionFlags(getRawDataRefImpl()); in getFlags() 120 return getObject()->getSectionOffset(getRawDataRefImpl()); in getOffset() 150 return getObject()->getSymbolSize(getRawDataRefImpl()); in getSize() 154 return getObject()->getSymbolBinding(getRawDataRefImpl()); in getBinding() 158 return getObject()->getSymbolOther(getRawDataRefImpl()); in getOther() 162 return getObject()->getSymbolELFType(getRawDataRefImpl()); in getELFType() 179 : symbol_iterator(SymbolRef(B->getRawDataRefImpl(), in elf_symbol_iterator() 202 return getObject()->getRelocationAddend(getRawDataRefImpl()); in getAddend() 210 B->getRawDataRefImpl(), cast<ELFObjectFileBase>(B->getObject()))) {} in elf_relocation_iterator() [all …]
|
| H A D | MachO.h | 60 DataRefImpl getRawDataRefImpl() const; 728 inline DataRefImpl DiceRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
| H A D | MachOReader.cpp | 86 MachOObj.getSectionContents(SecRef->getRawDataRefImpl()); in extractSections() 95 for (auto RI = MachOObj.section_rel_begin(SecRef->getRawDataRefImpl()), in extractSections() 96 RE = MachOObj.section_rel_end(SecRef->getRawDataRefImpl()); in extractSections() 100 R.Info = MachOObj.getRelocation(RI->getRawDataRefImpl()); in extractSections() 212 Symbol.getRawDataRefImpl())) in readSymbolTable() 214 Symbol.getRawDataRefImpl()))); in readSymbolTable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOI386.h | 41 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef() 152 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation() 165 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation() 216 MachO::section Sec32 = Obj.getSection(JTSection.getRawDataRefImpl()); in populateJumpTable()
|
| H A D | RuntimeDyldMachOX86_64.h | 41 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef() 164 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation() 177 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation() 204 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
|
| H A D | RuntimeDyldMachOARM.h | 108 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef() 351 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation() 377 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-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | XCOFFDump.cpp | 49 const XCOFFSymbolRef SymRef = Obj->toSymbolRef(Sym.getRawDataRefImpl()); in getXCOFFSymbolCsectSMC() 63 const XCOFFSymbolRef SymRef = Obj->toSymbolRef(Sym.getRawDataRefImpl()); in isLabel()
|
| H A D | ELFDump.cpp | 60 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() 92 Obj->getSymbol(SI->getRawDataRefImpl()); in getRelocationValueString() 102 Obj->getSection((*SymSI)->getRawDataRefImpl()); in getRelocationValueString()
|
| H A D | llvm-objdump.cpp | 403 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden() 676 return unwrapOrError(Elf32LEObj->getSymbol(Sym.getRawDataRefImpl()), in getElfSymbolType() 680 return unwrapOrError(Elf64LEObj->getSymbol(Sym.getRawDataRefImpl()), in getElfSymbolType() 684 return unwrapOrError(Elf32BEObj->getSymbol(Sym.getRawDataRefImpl()), in getElfSymbolType() 688 return unwrapOrError(Elf64BEObj->getSymbol(Sym.getRawDataRefImpl()), in getElfSymbolType() 706 Address = unwrapOrError(Obj->getSymbol(Symbol.getRawDataRefImpl()), in addDynamicElfSymbols() 954 DataRefImpl SymbolDRI = Symbol.getRawDataRefImpl(); in createSymbolInfo() 1072 DataRefImpl DR = Section.getRawDataRefImpl(); in getSegmentName() 1148 DataRefImpl SymDRI = Symbol.getRawDataRefImpl(); in disassembleObject() 1966 DataRefImpl SymDRI = Symbol.getRawDataRefImpl(); in printSymbol()
|
| H A D | MachODump.cpp | 1454 Rel = Reloc.getRawDataRefImpl(); in DumpLiteralPointerSection() 1604 Rel = Reloc.getRawDataRefImpl(); in DumpInitTermPointerSection() 2629 Rel = Reloc.getRawDataRefImpl(); in SymbolizerGetOpInfo() 2701 Rel = Reloc.getRawDataRefImpl(); in SymbolizerGetOpInfo() 2739 Rel = Reloc.getRawDataRefImpl(); in SymbolizerGetOpInfo() 2812 Rel = Reloc->getRawDataRefImpl(); in SymbolizerGetOpInfo() 3331 Rel = Reloc.getRawDataRefImpl(); in get_symbol_64() 4109 DataRefImpl Ref = S.getRawDataRefImpl(); in walk_pointer_list_64() 4158 DataRefImpl Ref = S.getRawDataRefImpl(); in walk_pointer_list_32() 5837 DataRefImpl Ref = S.getRawDataRefImpl(); in print_message_refs64() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 216 if (A.Sym.getRawDataRefImpl().p) { in compareSymbolAddress() 224 if (B.Sym.getRawDataRefImpl().p) { in compareSymbolAddress() 354 if (S.Sym.getRawDataRefImpl().p) { in darwinPrintSymbol() 419 if (S.Sym.getRawDataRefImpl().p) { in darwinPrintSymbol() 435 DataRefImpl Ref = Sec->getRawDataRefImpl(); in darwinPrintSymbol() 493 if (S.Sym.getRawDataRefImpl().p) { in darwinPrintSymbol() 711 if (S.Sym.getRawDataRefImpl().p) { in sortAndPrintSymbolList() 787 if (S.Sym.getRawDataRefImpl().p) { in sortAndPrintSymbolList() 919 DataRefImpl Symb = I->getRawDataRefImpl(); in getSymbolNMTypeChar() 1084 DataRefImpl Ref = S.getRawDataRefImpl(); in getNsectForSegSect() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 128 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections() 132 Obj.getSection64(SecRef.getRawDataRefImpl()); in createNormalizedSections() 145 const MachO::section &Sec32 = Obj.getSection(SecRef.getRawDataRefImpl()); in createNormalizedSections() 241 unsigned SymbolIndex = Obj.getSymbolIndex(SymRef.getRawDataRefImpl()); in createNormalizedSymbols() 250 Obj.getSymbol64TableEntry(SymRef.getRawDataRefImpl()); in createNormalizedSymbols() 258 Obj.getSymbolTableEntry(SymRef.getRawDataRefImpl()); in createNormalizedSymbols()
|
| H A D | MachOLinkGraphBuilder.h | 167 getObject().getRelocation(RelItr->getRawDataRefImpl()); in getRelocationInfo()
|
| H A D | MachO_x86_64.cpp | 222 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations() 244 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
|
| H A D | MachO_arm64.cpp | 203 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations() 229 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Mangling.cpp | 158 MachOObj.getSectionFinalSegmentName(Sec.getRawDataRefImpl()); in getObjectSymbolInfo() 159 auto SecName = cantFail(MachOObj.getSectionName(Sec.getRawDataRefImpl())); in getObjectSymbolInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | RelocationResolver.cpp | 743 return Elf32LEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation() 745 return Elf64LEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation() 747 return Elf32BEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation() 749 return Elf64BEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation() 771 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() 1184 return toSec(Section.getRawDataRefImpl()); in getCOFFSection() 1196 return getCOFFSymbol(Symbol.getRawDataRefImpl()); in getCOFFSymbol() 1201 return toRel(Reloc.getRawDataRefImpl()); in getCOFFRelocation()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 463 getSection(Obj, Section.getRawDataRefImpl(), MOSection); in printSectionHeaders() 464 DataRefImpl DR = Section.getRawDataRefImpl(); in printSectionHeaders() 545 DataRefImpl DR = Reloc.getRawDataRefImpl(); in printRelocation() 626 getSymbol(Obj, Symbol.getRawDataRefImpl(), MOSymbol); in printSymbol()
|
| H A D | WasmDumper.cpp | 217 WasmSymbol Symbol = Obj->getWasmSymbol(Sym.getRawDataRefImpl()); in printSymbol()
|