Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachORelocationInfo.cpp40 bool isPCRel = Obj->getAnyRelocationPCRel(RE); in createExprForRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h73 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in getRelocationEntry()
DRuntimeDyldMachO.cpp64 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processScatteredVANILLA()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h138 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h224 bool IsPCRel = MachO.getAnyRelocationPCRel(RE); in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOAArch64.h264 assert(!Obj.getAnyRelocationPCRel(RelInfo)); in processRelocationRef()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp559 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE)); in printRelocation()
580 << " " << Obj->getAnyRelocationPCRel(RE) in printRelocation()
/external/llvm/include/llvm/Object/
DMachO.h324 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp593 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString()
600 bool isPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString()
DMachODump.cpp1830 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()
5600 if (info->O->getAnyRelocationPCRel(RE)) { in GuessLiteralPointer()
/external/llvm/lib/Object/
DMachOObjectFile.cpp1926 unsigned MachOObjectFile::getAnyRelocationPCRel( in getAnyRelocationPCRel() function in MachOObjectFile