Searched refs:getAnyRelocationPCRel (Results 1 – 5 of 5) sorted by relevance
37 bool isPCRel = Obj->getAnyRelocationPCRel(RE); in createExprForRelocation()
358 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE)); in printRelocation()370 << " " << Obj->getAnyRelocationPCRel(RE) in printRelocation()
157 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
349 bool IsPCRel = MachO->getAnyRelocationPCRel(RE); in processRelocationRef()
986 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