Searched refs:isPCRel (Results 1 – 3 of 3) sorted by relevance
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()
560 static bool isPCRel(unsigned Kind) { in isPCRel() function708 if (State.Addend != 0 && isPCRel(FixupKind)) { in getExprOpValue()
196 bool isPCRel = X86II::isImmPCRel(TSFlags); in getImmFixupKind() local204 return MCFixup::getKindForSize(Size, isPCRel); in getImmFixupKind()