Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h40 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
163 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
176 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
203 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
H A DRuntimeDyldMachOI386.h40 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
151 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
164 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
H A DRuntimeDyldMachOARM.h107 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
350 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
376 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()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h70 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationEntry()
H A DRuntimeDyldMachO.cpp62 Obj.getRelocation(RelI->getRawDataRefImpl()); in processScatteredVANILLA()
104 Obj.getRelocation(RI->getRawDataRefImpl()); in getRelocationValueRef()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h171 getObject().getRelocation(RelItr->getRawDataRefImpl()); in getRelocationInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp426 MachO::any_relocation_info RE = Obj->getRelocation(Rel); in getMachORelocationValueString()
452 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
501 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
523 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
563 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
811 const MachO::any_relocation_info RE = O->getRelocation(Rel); in PrintRelocationEntries()
1680 RE = O->getRelocation(Rel); in DumpLiteralPointerSection()
1830 RE = O->getRelocation(Rel); in DumpInitTermPointerSection()
2849 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
2859 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp102 R.Info = MachOObj.getRelocation(RI->getRawDataRefImpl()); in extractSections()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2240 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset()
2246 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol()
2267 return section_iterator(getAnyRelocationSection(getRelocation(Rel))); in getRelocationSection()
2271 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationType()
2386 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationLength()
4781 MachOObjectFile::getRelocation(DataRefImpl Rel) const { in getRelocation() function in MachOObjectFile
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h705 MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp558 MachO::any_relocation_info RE = Obj->getRelocation(DR); in printRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h89 Kind getRelocation() const { in getRelocation() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1973 auto RelocInfo = MachObj->getRelocation(Reloc.getRawDataRefImpl()); in isRelocScattered()