Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h73 DataRefImpl getRawDataRefImpl() const;
135 DataRefImpl getRawDataRefImpl() const;
185 : basic_symbol_iterator(SymbolRef(B->getRawDataRefImpl(), in symbol_iterator()
360 return getObject()->getSymbolName(getRawDataRefImpl()); in getName()
364 return getObject()->getSymbolAddress(getRawDataRefImpl()); in getAddress()
368 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue()
372 return getObject()->getSymbolAlignment(getRawDataRefImpl()); in getAlignment()
380 return getObject()->getSymbolSection(getRawDataRefImpl()); in getSection()
384 return getObject()->getSymbolType(getRawDataRefImpl()); in getType()
486 inline DataRefImpl SectionRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
[all …]
H A DSymbolicFile.h135 DataRefImpl getRawDataRefImpl() const;
205 inline DataRefImpl BasicSymbolRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
H A DELFObjectFile.h104 return getObject()->getSectionType(getRawDataRefImpl()); in getType()
108 return getObject()->getSectionFlags(getRawDataRefImpl()); in getFlags()
112 return getObject()->getSectionOffset(getRawDataRefImpl()); in getOffset()
142 return getObject()->getSymbolSize(getRawDataRefImpl()); in getSize()
146 return getObject()->getSymbolOther(getRawDataRefImpl()); in getOther()
150 return getObject()->getSymbolELFType(getRawDataRefImpl()); in getELFType()
157 : symbol_iterator(SymbolRef(B->getRawDataRefImpl(), in elf_symbol_iterator()
180 return getObject()->getRelocationAddend(getRawDataRefImpl()); in getAddend()
188 B->getRawDataRefImpl(), cast<ELFObjectFileBase>(B->getObject()))) {} in elf_relocation_iterator()
798 DataRefImpl RelData = Begin->getRawDataRefImpl(); in section_rel_end()
H A DMachO.h61 DataRefImpl getRawDataRefImpl() const;
731 inline DataRefImpl DiceRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h42 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
150 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
163 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
214 MachO::section Sec32 = Obj.getSection(JTSection.getRawDataRefImpl()); in populateJumpTable()
H A DRuntimeDyldMachOX86_64.h42 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
165 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
178 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
205 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
H A DRuntimeDyldMachOARM.h109 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
349 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
375 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOAArch64.h281 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
300 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
487 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
/freebsd-12.1/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp283 if (A.Sym.getRawDataRefImpl().p) in compareSymbolAddress()
288 if (B.Sym.getRawDataRefImpl().p) in compareSymbolAddress()
424 if (I->Sym.getRawDataRefImpl().p) { in darwinPrintSymbol()
490 if (I->Sym.getRawDataRefImpl().p) { in darwinPrintSymbol()
506 DataRefImpl Ref = Sec->getRawDataRefImpl(); in darwinPrintSymbol()
565 if (I->Sym.getRawDataRefImpl().p) { in darwinPrintSymbol()
792 if (I->Sym.getRawDataRefImpl().p) in sortAndPrintSymbolList()
868 if (I->Sym.getRawDataRefImpl().p) { in sortAndPrintSymbolList()
1010 DataRefImpl Symb = I->getRawDataRefImpl(); in getSymbolNMTypeChar()
1121 DataRefImpl Ref = S.getRawDataRefImpl(); in getNsectForSegSect()
[all …]
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp63 Obj.getRelocation(RelI->getRawDataRefImpl()); in processScatteredVANILLA()
105 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationValueRef()
189 MachO::section Sec32 = Obj.getSection(PTSection.getRawDataRefImpl()); in populateIndirectSymbolPointersSection()
H A DRuntimeDyldMachO.h71 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationEntry()
H A DRuntimeDyldELF.cpp115 DataRefImpl ShdrRef = Sec.getRawDataRefImpl(); in updateSectionAddress()
129 ELFObjectFile<ELFT>::getSymbol(SymRef.getRawDataRefImpl())); in updateSymbolAddress()
167 DataRefImpl ShdrRef = Sec.getRawDataRefImpl(); in createRTDyldELFObject()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp490 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString()
530 const Elf_Sym *symb = Obj->getSymbol(SI->getRawDataRefImpl()); in getRelocationValueString()
535 const Elf_Shdr *SymSec = Obj->getSection((*SymSI)->getRawDataRefImpl()); in getRelocationValueString()
695 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString()
891 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden()
1215 return Elf32LEObj->getSymbol(Sym.getRawDataRefImpl())->getType(); in getElfSymbolType()
1217 return Elf64LEObj->getSymbol(Sym.getRawDataRefImpl())->getType(); in getElfSymbolType()
1219 return Elf32BEObj->getSymbol(Sym.getRawDataRefImpl())->getType(); in getElfSymbolType()
1221 return Elf64BEObj->getSymbol(Sym.getRawDataRefImpl())->getType(); in getElfSymbolType()
1532 DataRefImpl DR = Section.getRawDataRefImpl(); in disassembleObject()
[all …]
H A DMachODump.cpp1151 Rel = Reloc.getRawDataRefImpl(); in DumpLiteralPointerSection()
1298 Rel = Reloc.getRawDataRefImpl(); in DumpInitTermPointerSection()
2282 Rel = Reloc.getRawDataRefImpl(); in SymbolizerGetOpInfo()
2357 Rel = Reloc.getRawDataRefImpl(); in SymbolizerGetOpInfo()
2397 Rel = Reloc.getRawDataRefImpl(); in SymbolizerGetOpInfo()
2475 Rel = Reloc->getRawDataRefImpl(); in SymbolizerGetOpInfo()
2999 Rel = Reloc.getRawDataRefImpl(); in get_symbol_64()
3766 DataRefImpl Ref = S.getRawDataRefImpl(); in walk_pointer_list_64()
3817 DataRefImpl Ref = S.getRawDataRefImpl(); in walk_pointer_list_32()
5492 DataRefImpl Ref = S.getRawDataRefImpl(); in print_message_refs64()
[all …]
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp441 getSection(Obj, Section.getRawDataRefImpl(), MOSection); in printSectionHeaders()
442 DataRefImpl DR = Section.getRawDataRefImpl(); in printSectionHeaders()
534 DataRefImpl DR = Reloc.getRawDataRefImpl(); in printRelocation()
616 getSymbol(Obj, Symbol.getRawDataRefImpl(), MOSymbol); in printSymbol()
H A DWasmDumper.cpp209 WasmSymbol Symbol = Obj->getWasmSymbol(Sym.getRawDataRefImpl()); in printSymbol()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp263 COFFSymbolRef Symb = getCOFFSymbol(Sym.getRawDataRefImpl()); in getSymbolSectionID()
335 uintptr_t(Sec.getRawDataRefImpl().p) - uintptr_t(SectionTable); in getSectionID()
1175 return toSec(Section.getRawDataRefImpl()); in getCOFFSection()
1187 return getCOFFSymbol(Symbol.getRawDataRefImpl()); in getCOFFSymbol()
1192 return toRel(Reloc.getRawDataRefImpl()); in getCOFFRelocation()
H A DELFObjectFile.cpp393 Relocation.getSymbol()->getRawDataRefImpl(), PltEntryIter->second)); in getPltAddresses()
H A DWasmObjectFile.cpp1185 return getWasmSymbol(Symb.getRawDataRefImpl()); in getWasmSymbol()
1444 return getWasmSection(Section.getRawDataRefImpl()); in getWasmSection()
1449 return getWasmRelocation(Ref.getRawDataRefImpl()); in getWasmRelocation()
H A DMachOObjectFile.cpp1650 DataRefImpl SymDRI = Symbol.getRawDataRefImpl(); in checkSymbolTable()
1724 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType()
1856 getSymbolTableEntryBase(*this, Sym.getRawDataRefImpl()); in getSymbolSectionID()
1989 return Sec.getRawDataRefImpl().d.a; in getSectionID()
2413 Sec.d.a = Rel->getRawDataRefImpl().d.a; in getRelocationRelocatedSection()
3979 Obj->getSectionFinalSegmentName(Section.getRawDataRefImpl()); in BindRebaseSegInfo()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1193 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in getSymbolInfo()
1224 auto RelocInfo = MachObj->getRelocation(Reloc.getRawDataRefImpl()); in isRelocScattered()