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

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

Completed in 138 milliseconds