| /NextBSD/contrib/llvm/include/llvm/Object/ |
| HD | ObjectFile.h | 62 DataRefImpl getRawDataRefImpl() const; 108 DataRefImpl getRawDataRefImpl() const; 159 : basic_symbol_iterator(SymbolRef(B->getRawDataRefImpl(), in symbol_iterator() 307 return getObject()->getSymbolName(getRawDataRefImpl()); in getName() 311 return getObject()->getSymbolAddress(getRawDataRefImpl()); in getAddress() 315 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue() 319 return getObject()->getSymbolAlignment(getRawDataRefImpl()); in getAlignment() 323 return getObject()->getCommonSymbolSize(getRawDataRefImpl()); in getCommonSize() 327 return getObject()->getSymbolSection(getRawDataRefImpl(), Result); in getSection() 331 return getObject()->getSymbolType(getRawDataRefImpl()); in getType() [all …]
|
| HD | ELFObjectFile.h | 79 return getObject()->getSectionType(getRawDataRefImpl()); in getType() 83 return getObject()->getSectionFlags(getRawDataRefImpl()); in getFlags() 113 return getObject()->getSymbolSize(getRawDataRefImpl()); in getSize() 117 return getObject()->getSymbolOther(getRawDataRefImpl()); in getOther() 121 return getObject()->getSymbolELFType(getRawDataRefImpl()); in getELFType() 128 : symbol_iterator(SymbolRef(B->getRawDataRefImpl(), in elf_symbol_iterator() 151 return getObject()->getRelocationAddend(getRawDataRefImpl()); in getAddend() 159 B->getRawDataRefImpl(), cast<ELFObjectFileBase>(B->getObject()))) {} in elf_relocation_iterator() 628 DataRefImpl RelData = Begin->getRawDataRefImpl(); in section_rel_end()
|
| HD | SymbolicFile.h | 112 DataRefImpl getRawDataRefImpl() const; 188 inline DataRefImpl BasicSymbolRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
|
| HD | MachO.h | 47 DataRefImpl getRawDataRefImpl() const; 495 inline DataRefImpl DiceRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
|
| HD | RelocVisitor.h | 251 return Obj->getRelocationLength(R.getRawDataRefImpl()); in getLengthMachO64()
|
| /NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| HD | RuntimeDyldMachOI386.h | 41 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef() 135 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation() 148 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation() 193 Obj.getRelocation(RelI->getRawDataRefImpl()); in processI386ScatteredVANILLA() 228 MachO::section Sec32 = Obj.getSection(JTSection.getRawDataRefImpl()); in populateJumpTable()
|
| HD | RuntimeDyldMachOARM.h | 60 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef() 209 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation() 230 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
|
| HD | RuntimeDyldMachOAArch64.h | 253 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef() 270 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
|
| HD | RuntimeDyldMachOX86_64.h | 41 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
|
| /NextBSD/contrib/llvm/tools/llvm-nm/ |
| HD | llvm-nm.cpp | 235 DataRefImpl SymDRI = I->Sym.getRawDataRefImpl(); in darwinPrintSymbol() 318 MachO->getSymbolSection(I->Sym.getRawDataRefImpl(), Sec); in darwinPrintSymbol() 319 DataRefImpl Ref = Sec->getRawDataRefImpl(); in darwinPrintSymbol() 377 if (MachO->getIndirectName(I->Sym.getRawDataRefImpl(), IndirectName)) in darwinPrintSymbol() 460 DataRefImpl SymDRI = I->Sym.getRawDataRefImpl(); in darwinPrintStab() 692 DataRefImpl Symb = I->getRawDataRefImpl(); in getSymbolNMTypeChar() 706 DataRefImpl Ref = Sec->getRawDataRefImpl(); in getSymbolNMTypeChar() 733 const GlobalValue *GV = Obj.getSymbolGV(I->getRawDataRefImpl()); in getSymbolNMTypeChar() 790 DataRefImpl Ref = I->getRawDataRefImpl(); in getNsectForSegSect() 807 DataRefImpl Symb = Sym.getRawDataRefImpl(); in getNsectInMachO() [all …]
|
| /NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| HD | X86MachORelocationInfo.cpp | 39 any_relocation_info RE = Obj->getRelocation(Rel.getRawDataRefImpl()); in createExprForRelocation() 80 Obj->getRelocation(Rel.getRawDataRefImpl()); in createExprForRelocation()
|
| /NextBSD/contrib/llvm/tools/llvm-readobj/ |
| HD | MachODumper.cpp | 374 getSection(Obj, Section.getRawDataRefImpl(), MOSection); in printSections() 375 DataRefImpl DR = Section.getRawDataRefImpl(); in printSections() 468 DataRefImpl DR = Reloc.getRawDataRefImpl(); in printRelocation() 547 getSymbol(Obj, Symbol.getRawDataRefImpl(), MOSymbol); in printSymbol()
|
| /NextBSD/contrib/llvm/lib/LTO/ |
| HD | LTOModule.cpp | 364 const GlobalValue *V = IRFile->getSymbolGV(Sym.getRawDataRefImpl()); in addDefinedDataSymbol() 426 cast<Function>(IRFile->getSymbolGV(Sym.getRawDataRefImpl())); in addDefinedFunctionSymbol() 575 const GlobalValue *decl = IRFile->getSymbolGV(Sym.getRawDataRefImpl()); in addPotentialUndefinedSymbol() 590 const GlobalValue *GV = IRFile->getSymbolGV(Sym.getRawDataRefImpl()); in parseSymbols()
|
| /NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyldMachO.cpp | 60 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationValueRef() 139 MachO::section Sec32 = Obj.getSection(PTSection.getRawDataRefImpl()); in populateIndirectSymbolPointersSection()
|
| HD | RuntimeDyldMachO.h | 71 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationEntry()
|
| HD | RuntimeDyldELF.cpp | 86 DataRefImpl ShdrRef = Sec.getRawDataRefImpl(); in updateSectionAddress() 100 ELFObjectFile<ELFT>::getSymbol(SymRef.getRawDataRefImpl())); in updateSymbolAddress() 134 DataRefImpl ShdrRef = Sec.getRawDataRefImpl(); in createRTDyldELFObject()
|
| /NextBSD/contrib/llvm/tools/macho-dump/ |
| HD | macho-dump.cpp | 102 MachO::any_relocation_info RE = Obj.getRelocation(I->getRawDataRefImpl()); in DumpSectionData() 206 DataRefImpl DRI = Symbol.getRawDataRefImpl(); in DumpSymtabCommand()
|
| /NextBSD/contrib/llvm/tools/llvm-objdump/ |
| HD | llvm-objdump.cpp | 423 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() 514 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() 710 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden() 885 DataRefImpl DR = Section.getRawDataRefImpl(); in DisassembleObject() 1220 DataRefImpl DR = Section->getRawDataRefImpl(); in PrintSymbolTable()
|
| HD | MachODump.cpp | 760 DataRefImpl Ref = Section.getRawDataRefImpl(); in DumpLiteralPointerSection() 785 Rel = Reloc.getRawDataRefImpl(); in DumpLiteralPointerSection() 846 DataRefImpl Ref = Sect->getRawDataRefImpl(); in DumpLiteralPointerSection() 1024 DataRefImpl Ref = Section.getRawDataRefImpl(); in DumpSectionContents() 1113 DataRefImpl Ref = Section.getRawDataRefImpl(); in DumpInfoPlistSectionContents() 1752 Rel = Reloc.getRawDataRefImpl(); in SymbolizerGetOpInfo() 1830 Rel = Reloc.getRawDataRefImpl(); in SymbolizerGetOpInfo() 1906 Rel = Reloc->getRawDataRefImpl(); in SymbolizerGetOpInfo() 2033 DataRefImpl Rel = Reloc->getRawDataRefImpl(); in SymbolizerGetOpInfo() 2376 DataRefImpl Ref = ((*(info->Sections))[SectIdx]).getRawDataRefImpl(); in get_pointer_64() [all …]
|
| /NextBSD/contrib/llvm/lib/Object/ |
| HD | COFFObjectFile.cpp | 251 COFFSymbolRef Symb = getCOFFSymbol(Sym.getRawDataRefImpl()); in getSymbolSectionID() 310 uintptr_t(Sec.getRawDataRefImpl().p) - uintptr_t(SectionTable); in getSectionID() 982 return toSec(Section.getRawDataRefImpl()); in getCOFFSection() 994 return getCOFFSymbol(Symbol.getRawDataRefImpl()); in getCOFFSymbol() 999 return toRel(Reloc.getRawDataRefImpl()); in getCOFFRelocation()
|
| HD | MachOObjectFile.cpp | 341 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType() 468 getSymbolTableEntryBase(this, Sym.getRawDataRefImpl()); in getSymbolSectionID() 549 return Sec.getRawDataRefImpl().d.a; in getSectionID() 918 Sec.d.a = Rel->getRawDataRefImpl().d.a; in getRelocationRelocatedSection()
|
| /NextBSD/contrib/llvm/lib/DebugInfo/DWARF/ |
| HD | DWARFContext.cpp | 693 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in DWARFContextInMemory()
|