Lines Matching defs:Kind
49 static X86_64RelType getType64(MCFixupKind Kind,
52 switch (unsigned(Kind)) {
109 MCFixupKind Kind) {
195 return ((unsigned)Kind == X86::reloc_riprel_4byte_relax_rex2)
203 if ((unsigned)Kind == X86::reloc_riprel_4byte_movq_load_rex2 ||
204 (unsigned)Kind == X86::reloc_riprel_4byte_relax_rex2)
206 else if ((unsigned)Kind == X86::reloc_riprel_4byte_relax_evex)
222 switch (unsigned(Kind)) {
249 MCFixupKind Kind) {
278 return Kind == MCFixupKind(X86::reloc_signed_4byte_relax)
342 MCFixupKind Kind = Fixup.getKind();
343 if (Kind >= FirstLiteralRelocationKind)
344 return Kind - FirstLiteralRelocationKind;
346 X86_64RelType Type = getType64(Kind, Modifier, IsPCRel);
348 return getRelocType64(Ctx, Fixup.getLoc(), Modifier, Type, IsPCRel, Kind);
371 return getRelocType32(Ctx, Fixup.getLoc(), Modifier, RelType, IsPCRel, Kind);