Searched refs:isPCRel (Results 1 – 8 of 8) 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()
132 static MCFixupKind getKindForSize(unsigned Size, bool isPCRel) { in getKindForSize() argument135 case 1: return isPCRel ? FK_PCRel_1 : FK_Data_1; in getKindForSize()136 case 2: return isPCRel ? FK_PCRel_2 : FK_Data_2; in getKindForSize()137 case 4: return isPCRel ? FK_PCRel_4 : FK_Data_4; in getKindForSize()138 case 8: return isPCRel ? FK_PCRel_8 : FK_Data_8; in getKindForSize()
413 bool isPCRel (unsigned Kind) { in isPCRel() function779 (*Addend > 0 && isPCRel(FixupKind)) in getExprOpValue()
560 static bool isPCRel(unsigned Kind) { in isPCRel() function708 if (State.Addend != 0 && isPCRel(FixupKind)) { in getExprOpValue()
737 bool isPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString() local744 if (isPCRel) in getRelocationValueString()771 if (isPCRel) in getRelocationValueString()
192 bool isPCRel = X86II::isImmPCRel(TSFlags); in getImmFixupKind() local200 return MCFixup::getKindForSize(Size, isPCRel); in getImmFixupKind()
196 bool isPCRel = X86II::isImmPCRel(TSFlags); in getImmFixupKind() local204 return MCFixup::getKindForSize(Size, isPCRel); in getImmFixupKind()
674 bool isPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString() local681 if (isPCRel) in getRelocationValueString()708 if (isPCRel) in getRelocationValueString()