| /openbsd-src/gnu/llvm/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() 404 return getObject()->getSymbolName(getRawDataRefImpl()); in getName() 408 return getObject()->getSymbolAddress(getRawDataRefImpl()); in getAddress() 412 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue() 416 return getObject()->getSymbolAlignment(getRawDataRefImpl()); in getAlignment() 420 return getObject()->getCommonSymbolSize(getRawDataRefImpl()); in getCommonSize() 424 return getObject()->getSymbolSection(getRawDataRefImpl()); in getSection() 428 return getObject()->getSymbolType(getRawDataRefImpl()); in getType() [all …]
|
| H A D | SymbolicFile.h | 139 DataRefImpl getRawDataRefImpl() const; 208 inline DataRefImpl BasicSymbolRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
|
| H A D | ELFObjectFile.h | 125 return getObject()->getSectionType(getRawDataRefImpl()); in getType() 129 return getObject()->getSectionFlags(getRawDataRefImpl()); in getFlags() 133 return getObject()->getSectionOffset(getRawDataRefImpl()); in getOffset() 163 return getObject()->getSymbolSize(getRawDataRefImpl()); in getSize() 167 return getObject()->getSymbolBinding(getRawDataRefImpl()); in getBinding() 171 return getObject()->getSymbolOther(getRawDataRefImpl()); in getOther() 175 return getObject()->getSymbolELFType(getRawDataRefImpl()); in getELFType() 192 : symbol_iterator(SymbolRef(B->getRawDataRefImpl(), in elf_symbol_iterator() 215 return getObject()->getRelocationAddend(getRawDataRefImpl()); in getAddend() 223 B->getRawDataRefImpl(), cast<ELFObjectFileBase>(B->getObject()))) {} in elf_relocation_iterator() [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | XCOFFDump.cpp | 49 const XCOFFSymbolRef SymRef = Obj.toSymbolRef(Sym.getRawDataRefImpl()); in getXCOFFSymbolCsectSMC() 64 const XCOFFSymbolRef SymRef = Obj.toSymbolRef(Sym.getRawDataRefImpl()); in getXCOFFSymbolContainingSymbolRef() 79 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 | 422 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden() 814 return unwrapOrError(Elf32LEObj->getSymbol(Sym.getRawDataRefImpl()), in getElfSymbolType() 818 return unwrapOrError(Elf64LEObj->getSymbol(Sym.getRawDataRefImpl()), in getElfSymbolType() 822 return unwrapOrError(Elf32BEObj->getSymbol(Sym.getRawDataRefImpl()), in getElfSymbolType() 826 return unwrapOrError(Elf64BEObj->getSymbol(Sym.getRawDataRefImpl()), in getElfSymbolType() 845 Address = unwrapOrError(Obj.getSymbol(Symbol.getRawDataRefImpl()), in addDynamicElfSymbols() 1095 DataRefImpl SymbolDRI = Symbol.getRawDataRefImpl(); in createSymbolInfo() 1240 DataRefImpl DR = Section.getRawDataRefImpl(); in getSegmentName() 1349 DataRefImpl SymDRI = Symbol.getRawDataRefImpl(); in disassembleObject() 2417 DataRefImpl SymDRI = Symbol.getRawDataRefImpl(); in printSymbol() [all …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 245 if (Sym.getRawDataRefImpl().p) { in isDefined() 358 DataRefImpl SymDRI = S.Sym.getRawDataRefImpl(); in darwinPrintSymbol() 407 if (S.Sym.getRawDataRefImpl().p) { in darwinPrintSymbol() 408 if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName)) in darwinPrintSymbol() 472 if (S.Sym.getRawDataRefImpl().p) { in darwinPrintSymbol() 474 MachO->getSymbolSection(S.Sym.getRawDataRefImpl()); in darwinPrintSymbol() 488 DataRefImpl Ref = Sec->getRawDataRefImpl(); in darwinPrintSymbol() 546 if (S.Sym.getRawDataRefImpl().p) { in darwinPrintSymbol() 547 if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName)) in darwinPrintSymbol() 635 DataRefImpl SymDRI = S.Sym.getRawDataRefImpl(); in darwinPrintStab() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/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() 238 Symbol.getRawDataRefImpl())) in readSymbolTable() 240 Symbol.getRawDataRefImpl()))); in readSymbolTable()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 130 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections() 134 Obj.getSection64(SecRef.getRawDataRefImpl()); in createNormalizedSections() 147 const MachO::section &Sec32 = Obj.getSection(SecRef.getRawDataRefImpl()); in createNormalizedSections() 234 unsigned SymbolIndex = Obj.getSymbolIndex(SymRef.getRawDataRefImpl()); in createNormalizedSymbols() 243 Obj.getSymbol64TableEntry(SymRef.getRawDataRefImpl()); in createNormalizedSymbols() 251 Obj.getSymbolTableEntry(SymRef.getRawDataRefImpl()); in createNormalizedSymbols()
|
| H A D | MachOLinkGraphBuilder.h | 170 getObject().getRelocation(RelItr->getRawDataRefImpl()); in getRelocationInfo()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | RelocationResolver.cpp | 853 return Elf32LEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation() 855 return Elf64LEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation() 857 return Elf32BEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation() 859 return Elf64BEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation() 881 R.getRawDataRefImpl().p); in resolveRelocation()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectFileInterface.cpp | 86 auto SegName = Obj.getSectionFinalSegmentName(Sec.getRawDataRefImpl()); in getMachOObjectFileSymbolInfo() 87 auto SecName = cantFail(Obj.getSectionName(Sec.getRawDataRefImpl())); in getMachOObjectFileSymbolInfo()
|
| /openbsd-src/gnu/llvm/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() 668 getSymbol(Obj, Symbol.getRawDataRefImpl(), MOSymbol); in printSymbol()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjCopy/XCOFF/ |
| H A D | XCOFFReader.cpp | 55 DataRefImpl SymbolDRI = Sym.getRawDataRefImpl(); in readSymbols()
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | MachODebugMapParser.cpp | 209 const DataRefImpl &DRI = Symbol.getRawDataRefImpl(); in parseOneBinary() 337 const DataRefImpl &DRI = Symbol.getRawDataRefImpl(); in dumpOneBinaryStab() 594 MainBinary.getSymbolTableEntry(Sym.getRawDataRefImpl()).n_type; in loadMainBinarySymbols()
|
| H A D | DwarfLinkerForBinary.cpp | 324 Object->getSectionName(Section.getRawDataRefImpl()); in binaryHasStrippableSwiftReflectionSections() 358 MO->getSectionName(Section.getRawDataRefImpl()); in calculateStartOfStrippableReflectionSections() 400 object::DataRefImpl RelocDataRef = It->getRawDataRefImpl(); in collectRelocationsToApplyToSwiftReflectionSections() 513 MO->getSectionName(Section.getRawDataRefImpl()); in copySwiftReflectionMetadata() 797 object::DataRefImpl RelocDataRef = Reloc.getRawDataRefImpl(); in findValidRelocsMachO()
|
| H A D | MachOUtils.cpp | 212 object::DataRefImpl DRI = Symbol.getRawDataRefImpl(); in transferSymbols() 219 object::DataRefImpl DRI = Symbol.getRawDataRefImpl(); in transferSymbols()
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | xcoff2yaml.cpp | 113 DataRefImpl SymbolDRI = S.getRawDataRefImpl(); in dumpSymbols()
|
| H A D | macho2yaml.cpp | 102 const object::DataRefImpl Rel = Reloc.getRawDataRefImpl(); in constructSectionCommon() 607 Obj.getSymbol64TableEntry(Symbol.getRawDataRefImpl())) in dumpSymbols() 609 Obj.getSymbolTableEntry(Symbol.getRawDataRefImpl())); in dumpSymbols()
|