Lines Matching defs:Kind
49 static X86_64RelType getType64(MCFixupKind Kind,
52 switch (unsigned(Kind)) {
106 MCFixupKind Kind) {
212 switch (unsigned(Kind)) {
236 MCFixupKind Kind) {
265 return Kind == MCFixupKind(X86::reloc_signed_4byte_relax)
329 MCFixupKind Kind = Fixup.getKind();
330 if (Kind >= FirstLiteralRelocationKind)
331 return Kind - FirstLiteralRelocationKind;
333 X86_64RelType Type = getType64(Kind, Modifier, IsPCRel);
335 return getRelocType64(Ctx, Fixup.getLoc(), Modifier, Type, IsPCRel, Kind);
358 return getRelocType32(Ctx, Fixup.getLoc(), Modifier, RelType, IsPCRel, Kind);