Lines Matching refs:Modifier
50 MCSymbolRefExpr::VariantKind &Modifier, in getType64() argument
58 Modifier = MCSymbolRefExpr::VK_GOT; in getType64()
65 if (Modifier == MCSymbolRefExpr::VK_None && !IsPCRel) in getType64()
69 Modifier = MCSymbolRefExpr::VK_GOT; in getType64()
80 Modifier = MCSymbolRefExpr::VK_PLT; in getType64()
104 MCSymbolRefExpr::VariantKind Modifier, in getRelocType64() argument
107 switch (Modifier) { in getRelocType64()
114 if (Modifier == MCSymbolRefExpr::VK_None) in getRelocType64()
234 MCSymbolRefExpr::VariantKind Modifier, in getRelocType32() argument
237 switch (Modifier) { in getRelocType32()
244 if (Modifier == MCSymbolRefExpr::VK_None) in getRelocType32()
332 MCSymbolRefExpr::VariantKind Modifier = Target.getAccessVariant(); in getRelocType() local
333 X86_64RelType Type = getType64(Kind, Modifier, IsPCRel); in getRelocType()
335 return getRelocType64(Ctx, Fixup.getLoc(), Modifier, Type, IsPCRel, Kind); in getRelocType()
358 return getRelocType32(Ctx, Fixup.getLoc(), Modifier, RelType, IsPCRel, Kind); in getRelocType()