Home
last modified time | relevance | path

Searched refs:getAnyRelocationPCRel (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h72 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in getRelocationEntry()
H A DRuntimeDyldMachO.cpp66 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processScatteredVANILLA()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h155 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processSECTDIFFRelocation()
H A DRuntimeDyldMachOARM.h361 bool IsPCRel = MachO.getAnyRelocationPCRel(RE); in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOAArch64.h293 assert(!Obj.getAnyRelocationPCRel(RelInfo)); in processRelocationRef()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp579 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE)); in printRelocation()
600 << " " << Obj->getAnyRelocationPCRel(RE) in printRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h640 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp433 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); in getMachORelocationValueString()
814 const unsigned r_pcrel = O->getAnyRelocationPCRel(RE); in PrintRelocationEntries()
2936 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()
2974 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()
6752 if (info->O->getAnyRelocationPCRel(RE)) { in GuessLiteralPointer()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4582 unsigned MachOObjectFile::getAnyRelocationPCRel( in getAnyRelocationPCRel() function in MachOObjectFile