| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 73 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 D | SymbolicFile.h | 135 DataRefImpl getRawDataRefImpl() const; 205 inline DataRefImpl BasicSymbolRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
|
| H A D | ELFObjectFile.h | 104 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 D | MachO.h | 61 DataRefImpl getRawDataRefImpl() const; 731 inline DataRefImpl DiceRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOI386.h | 42 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 D | RuntimeDyldMachOX86_64.h | 42 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 D | RuntimeDyldMachOARM.h | 109 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef() 349 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation() 375 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
|
| H A D | RuntimeDyldMachOAArch64.h | 281 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 D | llvm-nm.cpp | 283 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 D | RuntimeDyldMachO.cpp | 63 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 D | RuntimeDyldMachO.h | 71 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationEntry()
|
| H A D | RuntimeDyldELF.cpp | 115 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 D | llvm-objdump.cpp | 490 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 D | MachODump.cpp | 1151 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 D | MachODumper.cpp | 441 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 D | WasmDumper.cpp | 209 WasmSymbol Symbol = Obj->getWasmSymbol(Sym.getRawDataRefImpl()); in printSymbol()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 263 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 D | ELFObjectFile.cpp | 393 Relocation.getSymbol()->getRawDataRefImpl(), PltEntryIter->second)); in getPltAddresses()
|
| H A D | WasmObjectFile.cpp | 1185 return getWasmSymbol(Symb.getRawDataRefImpl()); in getWasmSymbol() 1444 return getWasmSection(Section.getRawDataRefImpl()); in getWasmSection() 1449 return getWasmRelocation(Ref.getRawDataRefImpl()); in getWasmRelocation()
|
| H A D | MachOObjectFile.cpp | 1650 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 D | DWARFContext.cpp | 1193 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in getSymbolInfo() 1224 auto RelocInfo = MachObj->getRelocation(Reloc.getRawDataRefImpl()); in isRelocScattered()
|