Searched refs:getAnyRelocationPCRel (Results 1 – 5 of 5) sorted by relevance
37 bool isPCRel = Obj->getAnyRelocationPCRel(RE); in createExprForRelocation()
340 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE)); in printRelocation()352 << " " << Obj->getAnyRelocationPCRel(RE) in printRelocation()
559 bool IsPCRel = MachO->getAnyRelocationPCRel(RE); in processSECTDIFFRelocation()624 bool IsPCRel = MachO->getAnyRelocationPCRel(RE); in processI386ScatteredVANILLA()688 bool IsPCRel = MachO->getAnyRelocationPCRel(RE); in processRelocationRef()
177 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
1019 bool IsPCRel = this->getAnyRelocationPCRel(RE); in getRelocationValueString()1026 bool isPCRel = getAnyRelocationPCRel(RE); in getRelocationValueString()1720 unsigned MachOObjectFile::getAnyRelocationPCRel( in getAnyRelocationPCRel() function in llvm::object::MachOObjectFile