Home
last modified time | relevance | path

Searched refs:getRelocation (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h41 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
164 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
177 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
204 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
H A DRuntimeDyldMachOI386.h41 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
152 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
165 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
H A DRuntimeDyldMachOARM.h108 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
351 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
377 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOAArch64.h280 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
299 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
486 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp62 Obj.getRelocation(RelI->getRawDataRefImpl()); in processScatteredVANILLA()
104 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationValueRef()
H A DRuntimeDyldMachO.h70 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h166 getObject().getRelocation(RelItr->getRawDataRefImpl()); in getRelocationInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp433 MachO::any_relocation_info RE = Obj->getRelocation(Rel); in getMachORelocationValueString()
459 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
508 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
530 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
570 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
818 const MachO::any_relocation_info RE = O->getRelocation(Rel); in PrintRelocationEntries()
1455 RE = O->getRelocation(Rel); in DumpLiteralPointerSection()
1605 RE = O->getRelocation(Rel); in DumpInitTermPointerSection()
2630 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
2640 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp104 R.Info = MachOObj.getRelocation(RI->getRawDataRefImpl()); in extractSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp2135 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset()
2141 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol()
2162 return section_iterator(getAnyRelocationSection(getRelocation(Rel))); in getRelocationSection()
2166 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationType()
2281 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationLength()
4418 MachOObjectFile::getRelocation(DataRefImpl Rel) const { in getRelocation() function in MachOObjectFile
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h544 MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp513 MachO::any_relocation_info MachOReloc = Obj.getRelocation(RelocDataRef); in findValidRelocsMachO()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp97 const MachO::any_relocation_info RE = Obj.getRelocation(Rel); in constructSectionCommon()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp546 MachO::any_relocation_info RE = Obj->getRelocation(DR); in printRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h80 Kind getRelocation() const { in getRelocation() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1496 auto RelocInfo = MachObj->getRelocation(Reloc.getRawDataRefImpl()); in isRelocScattered()