| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 72 DataRefImpl getRawDataRefImpl() const; 137 DataRefImpl getRawDataRefImpl() const; 208 : basic_symbol_iterator(SymbolRef(B->getRawDataRefImpl(), in symbol_iterator() 387 return getObject()->getSymbolName(getRawDataRefImpl()); in getName() 391 return getObject()->getSymbolAddress(getRawDataRefImpl()); in getAddress() 395 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue() 399 return getObject()->getSymbolAlignment(getRawDataRefImpl()); in getAlignment() 403 return getObject()->getCommonSymbolSize(getRawDataRefImpl()); in getCommonSize() 407 return getObject()->getSymbolSection(getRawDataRefImpl()); in getSection() 411 return getObject()->getSymbolType(getRawDataRefImpl()); in getType() [all …]
|
| 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 | SymbolicFile.h | 137 DataRefImpl getRawDataRefImpl() const; 206 inline DataRefImpl BasicSymbolRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
| H A D | MachOReader.cpp | 91 MachOObj.getSectionContents(SecRef->getRawDataRefImpl()); in extractSections() 99 for (auto RI = MachOObj.section_rel_begin(SecRef->getRawDataRefImpl()), in extractSections() 100 RE = MachOObj.section_rel_end(SecRef->getRawDataRefImpl()); in extractSections() 104 R.Info = MachOObj.getRelocation(RI->getRawDataRefImpl()); in extractSections() 209 Symbol.getRawDataRefImpl())) in readSymbolTable() 211 Symbol.getRawDataRefImpl()))); in readSymbolTable()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | XCOFFDump.cpp | 49 XCOFFSymbolRef SymRef(Sym.getRawDataRefImpl(), Obj); in getXCOFFSymbolCsectSMC() 59 XCOFFSymbolRef SymRef(Sym.getRawDataRefImpl(), Obj); 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() 917 DataRefImpl SymbolDRI = Symbol.getRawDataRefImpl(); in createSymbolInfo() 1035 DataRefImpl DR = Section.getRawDataRefImpl(); in getSegmentName() 1088 DataRefImpl SymDRI = Symbol.getRawDataRefImpl(); in disassembleObject() 1883 DataRefImpl SymDRI = Symbol.getRawDataRefImpl(); in printSymbol()
|
| H A D | MachODump.cpp | 432 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getMachORelocationValueString() 817 const DataRefImpl Rel = Reloc->getRawDataRefImpl(); in PrintRelocationEntries() 948 uint32_t nsects = O->section_end()->getRawDataRefImpl().d.a; in PrintRelocationEntries() 1429 DataRefImpl Ref = Section.getRawDataRefImpl(); in DumpLiteralPointerSection() 1454 Rel = Reloc.getRawDataRefImpl(); in DumpLiteralPointerSection() 1516 DataRefImpl Ref = Sect->getRawDataRefImpl(); in DumpLiteralPointerSection() 1604 Rel = Reloc.getRawDataRefImpl(); in DumpInitTermPointerSection() 1736 DataRefImpl Ref = Section.getRawDataRefImpl(); in DumpSectionContents() 1838 DataRefImpl Ref = Section.getRawDataRefImpl(); in DumpInfoPlistSectionContents() 1938 DataRefImpl Ref = Section.getRawDataRefImpl(); in ProcessMachO() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 117 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections() 121 Obj.getSection64(SecRef.getRawDataRefImpl()); in createNormalizedSections() 134 const MachO::section &Sec32 = Obj.getSection(SecRef.getRawDataRefImpl()); in createNormalizedSections() 235 unsigned SymbolIndex = Obj.getSymbolIndex(SymRef.getRawDataRefImpl()); in createNormalizedSymbols() 244 Obj.getSymbol64TableEntry(SymRef.getRawDataRefImpl()); in createNormalizedSymbols() 252 Obj.getSymbolTableEntry(SymRef.getRawDataRefImpl()); in createNormalizedSymbols()
|
| 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 | MachOLinkGraphBuilder.h | 166 getObject().getRelocation(RelItr->getRawDataRefImpl()); in getRelocationInfo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 331 if (A.Sym.getRawDataRefImpl().p) { in compareSymbolAddress() 339 if (B.Sym.getRawDataRefImpl().p) { in compareSymbolAddress() 420 DataRefImpl SymDRI = S.Sym.getRawDataRefImpl(); in darwinPrintSymbol() 469 if (S.Sym.getRawDataRefImpl().p) { in darwinPrintSymbol() 470 if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName)) in darwinPrintSymbol() 534 if (S.Sym.getRawDataRefImpl().p) { in darwinPrintSymbol() 536 MachO->getSymbolSection(S.Sym.getRawDataRefImpl()); in darwinPrintSymbol() 550 DataRefImpl Ref = Sec->getRawDataRefImpl(); in darwinPrintSymbol() 608 if (S.Sym.getRawDataRefImpl().p) { in darwinPrintSymbol() 609 if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName)) in darwinPrintSymbol() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | RelocationResolver.cpp | 738 return Elf32LEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation() 740 return Elf64LEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation() 742 return Elf32BEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation() 744 return Elf64BEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation() 761 R.getRawDataRefImpl().p); in resolveRelocation()
|
| H A D | COFFObjectFile.cpp | 260 COFFSymbolRef Symb = getCOFFSymbol(Sym.getRawDataRefImpl()); in getSymbolSectionID() 337 Sec.getRawDataRefImpl().p - reinterpret_cast<uintptr_t>(SectionTable); in getSectionID() 1177 return toSec(Section.getRawDataRefImpl()); in getCOFFSection() 1189 return getCOFFSymbol(Symbol.getRawDataRefImpl()); in getCOFFSymbol() 1194 return toRel(Reloc.getRawDataRefImpl()); in getCOFFRelocation()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
| H A D | MachODebugMapParser.cpp | 198 const DataRefImpl &DRI = Symbol.getRawDataRefImpl(); in parseOneBinary() 326 const DataRefImpl &DRI = Symbol.getRawDataRefImpl(); in dumpOneBinaryStab() 569 MainBinary.getSymbolTableEntry(Sym.getRawDataRefImpl()).n_type; in loadMainBinarySymbols()
|
| H A D | MachOUtils.cpp | 209 object::DataRefImpl DRI = Symbol.getRawDataRefImpl(); in transferSymbols() 216 object::DataRefImpl DRI = Symbol.getRawDataRefImpl(); in transferSymbols()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| H A D | xcoff2yaml.cpp | 57 DataRefImpl SymbolDRI = S.getRawDataRefImpl(); in dumpSymbols()
|
| H A D | macho2yaml.cpp | 96 const object::DataRefImpl Rel = Reloc.getRawDataRefImpl(); in constructSectionCommon() 576 Obj.getSymbol64TableEntry(Symbol.getRawDataRefImpl())) in dumpSymbols() 578 Obj.getSymbolTableEntry(Symbol.getRawDataRefImpl())); in dumpSymbols()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|