Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86MachORelocationInfo.cpp37 bool isPCRel = Obj->getAnyRelocationPCRel(RE); in createExprForRelocation()
/trueos/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp358 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE)); in printRelocation()
370 << " " << Obj->getAnyRelocationPCRel(RE) in printRelocation()
/trueos/contrib/llvm/include/llvm/Object/
HDMachO.h157 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
/trueos/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldMachO.cpp349 bool IsPCRel = MachO->getAnyRelocationPCRel(RE); in processRelocationRef()
/trueos/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp986 bool IsPCRel = this->getAnyRelocationPCRel(RE); in getRelocationValueString()
993 bool isPCRel = getAnyRelocationPCRel(RE); in getRelocationValueString()
1400 unsigned MachOObjectFile::getAnyRelocationPCRel( in getAnyRelocationPCRel() function in llvm::object::MachOObjectFile