Searched refs:isPCRel (Results 1 – 5 of 5) sorted by relevance
98 static MCFixupKind getKindForSize(unsigned Size, bool isPCRel) { in getKindForSize() argument101 case 1: return isPCRel ? FK_PCRel_1 : FK_Data_1; in getKindForSize()102 case 2: return isPCRel ? FK_PCRel_2 : FK_Data_2; in getKindForSize()103 case 4: return isPCRel ? FK_PCRel_4 : FK_Data_4; in getKindForSize()104 case 8: return isPCRel ? FK_PCRel_8 : FK_Data_8; in getKindForSize()
40 bool isPCRel = Obj->getAnyRelocationPCRel(RE); in createExprForRelocation() local71 Expr = MCSymbolRefExpr::create(Sym, isPCRel ? in createExprForRelocation()
212 bool isPCRel = X86II::isImmPCRel(TSFlags); in getImmFixupKind() local220 return MCFixup::getKindForSize(Size, isPCRel); in getImmFixupKind()
366 bool isPCRel (unsigned Kind) { in isPCRel() function709 MCExpr const *FixupExpression = (*Addend > 0 && isPCRel(FixupKind)) ? in getExprOpValue()
600 bool isPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString() local607 if (isPCRel) in getRelocationValueString()634 if (isPCRel) in getRelocationValueString()