Searched refs:getAnyRelocationPCRel (Results 1 – 10 of 10) sorted by relevance
139 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processSECTDIFFRelocation()197 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processI386ScatteredVANILLA()
222 bool IsPCRel = MachO.getAnyRelocationPCRel(RE); in processHALFSECTDIFFRelocation()
264 assert(!Obj.getAnyRelocationPCRel(RelInfo)); in processRelocationRef()
40 bool isPCRel = Obj->getAnyRelocationPCRel(RE); in createExprForRelocation()
73 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in getRelocationEntry()
495 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE)); in printRelocation()516 << " " << Obj->getAnyRelocationPCRel(RE) in printRelocation()
325 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
522 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString()529 bool isPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString()
1846 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()5617 if (info->O->getAnyRelocationPCRel(RE)) { in GuessLiteralPointer()
1914 unsigned MachOObjectFile::getAnyRelocationPCRel( in getAnyRelocationPCRel() function in MachOObjectFile