Lines Matching refs:Modifier
51 MCSymbolRefExpr::VariantKind &Modifier, in getType64() argument
57 Modifier = MCSymbolRefExpr::VK_GOT; in getType64()
64 if (Modifier == MCSymbolRefExpr::VK_None && !IsPCRel) in getType64()
68 Modifier = MCSymbolRefExpr::VK_GOT; in getType64()
79 Modifier = MCSymbolRefExpr::VK_PLT; in getType64()
97 MCSymbolRefExpr::VariantKind Modifier, in getRelocType64() argument
100 switch (Modifier) { in getRelocType64()
221 MCSymbolRefExpr::VariantKind Modifier, in getRelocType32() argument
224 switch (Modifier) { in getRelocType32()
293 MCSymbolRefExpr::VariantKind Modifier = Target.getAccessVariant(); in getRelocType() local
295 X86_64RelType Type = getType64(Kind, Modifier, IsPCRel); in getRelocType()
297 return getRelocType64(Ctx, Fixup.getLoc(), Modifier, Type, IsPCRel, Kind); in getRelocType()
301 return getRelocType32(Ctx, Modifier, getType32(Type), IsPCRel, Kind); in getRelocType()