Home
last modified time | relevance | path

Searched refs:getRawDataRefImpl (Results 1 – 22 of 22) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Object/
HDObjectFile.h62 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 …]
HDELFObjectFile.h79 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()
HDSymbolicFile.h112 DataRefImpl getRawDataRefImpl() const;
188 inline DataRefImpl BasicSymbolRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
HDMachO.h47 DataRefImpl getRawDataRefImpl() const;
495 inline DataRefImpl DiceRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
HDRelocVisitor.h251 return Obj->getRelocationLength(R.getRawDataRefImpl()); in getLengthMachO64()
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldMachOI386.h41 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()
HDRuntimeDyldMachOARM.h60 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
209 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
230 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
HDRuntimeDyldMachOAArch64.h253 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
270 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
HDRuntimeDyldMachOX86_64.h41 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
/NextBSD/contrib/llvm/tools/llvm-nm/
HDllvm-nm.cpp235 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/
HDX86MachORelocationInfo.cpp39 any_relocation_info RE = Obj->getRelocation(Rel.getRawDataRefImpl()); in createExprForRelocation()
80 Obj->getRelocation(Rel.getRawDataRefImpl()); in createExprForRelocation()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp374 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/
HDLTOModule.cpp364 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/
HDRuntimeDyldMachO.cpp60 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationValueRef()
139 MachO::section Sec32 = Obj.getSection(PTSection.getRawDataRefImpl()); in populateIndirectSymbolPointersSection()
HDRuntimeDyldMachO.h71 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationEntry()
HDRuntimeDyldELF.cpp86 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/
HDmacho-dump.cpp102 MachO::any_relocation_info RE = Obj.getRelocation(I->getRawDataRefImpl()); in DumpSectionData()
206 DataRefImpl DRI = Symbol.getRawDataRefImpl(); in DumpSymtabCommand()
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp423 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()
HDMachODump.cpp760 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/
HDCOFFObjectFile.cpp251 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()
HDMachOObjectFile.cpp341 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/
HDDWARFContext.cpp693 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in DWARFContextInMemory()