Home
last modified time | relevance | path

Searched refs:VK_GOTPCREL (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachORelocationInfo.cpp65 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, Ctx); in createExprForRelocation()
69 MCSymbolRefExpr::VK_GOTPCREL : in createExprForRelocation()
DX86ELFObjectWriter.cpp78 case MCSymbolRefExpr::VK_GOTPCREL: in GetRelocType()
126 case MCSymbolRefExpr::VK_GOTPCREL: in GetRelocType()
DX86ELFRelocationInfo.cpp104 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, Ctx); in createExprForRelocation()
DX86MCAsmInfo.cpp120 MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, Context); in getExprForPersonalitySymbol()
DX86MachObjectWriter.cpp265 if (Modifier == MCSymbolRefExpr::VK_GOTPCREL) { in RecordX86_64Relocation()
310 } else if (Modifier == MCSymbolRefExpr::VK_GOTPCREL) { in RecordX86_64Relocation()
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp30 MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, getContext()); in getTTypeGlobalReference()
DX86MCInstLower.cpp193 case X86II::MO_GOTPCREL: RefKind = MCSymbolRefExpr::VK_GOTPCREL; break; in LowerSymbolOperand()
/external/llvm/lib/MC/
DMCExpr.cpp176 case VK_GOTPCREL: return "GOTPCREL"; in getVariantKindName()
286 .Case("GOTPCREL", VK_GOTPCREL) in getVariantKindForName()
287 .Case("gotpcrel", VK_GOTPCREL) in getVariantKindForName()
DELFObjectWriter.cpp355 case MCSymbolRefExpr::VK_GOTPCREL: in RelocNeedsGOT()
678 Kind == MCSymbolRefExpr::VK_GOTPCREL || in SymbolToReloc()
/external/llvm/include/llvm/MC/
DMCExpr.h149 VK_GOTPCREL, enumerator