Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h73 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in getRelocationEntry()
DRuntimeDyldMachO.cpp65 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processScatteredVANILLA()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h154 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h237 bool IsPCRel = MachO.getAnyRelocationPCRel(RE); in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOAArch64.h266 assert(!Obj.getAnyRelocationPCRel(RelInfo)); in processRelocationRef()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp560 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE)); in printRelocation()
581 << " " << Obj->getAnyRelocationPCRel(RE) in printRelocation()
/external/llvm/include/llvm/Object/
DMachO.h328 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp730 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString()
737 bool isPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString()
DMachODump.cpp1954 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()
6129 if (info->O->getAnyRelocationPCRel(RE)) { in GuessLiteralPointer()
/external/llvm/lib/Object/
DMachOObjectFile.cpp2026 unsigned MachOObjectFile::getAnyRelocationPCRel( in getAnyRelocationPCRel() function in MachOObjectFile