Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h73 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in getRelocationEntry()
H A DRuntimeDyldMachO.cpp67 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processScatteredVANILLA()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h154 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processSECTDIFFRelocation()
H A DRuntimeDyldMachOARM.h360 bool IsPCRel = MachO.getAnyRelocationPCRel(RE); in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOAArch64.h294 assert(!Obj.getAnyRelocationPCRel(RelInfo)); in processRelocationRef()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp560 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE)); in printRelocation()
581 << " " << Obj->getAnyRelocationPCRel(RE) in printRelocation()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h488 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp703 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString()
H A DMachODump.cpp562 const unsigned r_pcrel = O->getAnyRelocationPCRel(RE); in PrintRelocationEntries()
2373 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()
2413 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()
6549 if (info->O->getAnyRelocationPCRel(RE)) { in GuessLiteralPointer()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp4195 unsigned MachOObjectFile::getAnyRelocationPCRel( in getAnyRelocationPCRel() function in MachOObjectFile