Searched refs:getAnyRelocationPCRel (Results 1 – 11 of 11) sorted by relevance
40 bool isPCRel = Obj->getAnyRelocationPCRel(RE); in createExprForRelocation()
73 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in getRelocationEntry()
64 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processScatteredVANILLA()
138 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processSECTDIFFRelocation()
224 bool IsPCRel = MachO.getAnyRelocationPCRel(RE); in processHALFSECTDIFFRelocation()
264 assert(!Obj.getAnyRelocationPCRel(RelInfo)); in processRelocationRef()
559 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE)); in printRelocation()580 << " " << Obj->getAnyRelocationPCRel(RE) in printRelocation()
324 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
593 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString()600 bool isPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString()
1830 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()5600 if (info->O->getAnyRelocationPCRel(RE)) { in GuessLiteralPointer()
1926 unsigned MachOObjectFile::getAnyRelocationPCRel( in getAnyRelocationPCRel() function in MachOObjectFile