Home
last modified time | relevance | path

Searched refs:VK_GOTPCREL (Results 1 – 11 of 11) 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()
DX86ELFRelocationInfo.cpp104 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, Ctx); in createExprForRelocation()
DX86MCAsmInfo.cpp122 MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, Context); in getExprForPersonalitySymbol()
DX86MachObjectWriter.cpp263 if (Modifier == MCSymbolRefExpr::VK_GOTPCREL) { in RecordX86_64Relocation()
309 } else if (Modifier == MCSymbolRefExpr::VK_GOTPCREL) { in RecordX86_64Relocation()
DX86ELFObjectWriter.cpp158 case MCSymbolRefExpr::VK_GOTPCREL: in getRelocType64()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp98 case MCSymbolRefExpr::VK_GOTPCREL: in GetRelocTypeInner()
195 case MCSymbolRefExpr::VK_GOTPCREL: in GetRelocTypeInner()
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp35 MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, getContext()); in getTTypeGlobalReference()
58 MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, getContext()); in getIndirectSymViaGOTPCRel()
DX86MCInstLower.cpp255 case X86II::MO_GOTPCREL: RefKind = MCSymbolRefExpr::VK_GOTPCREL; break; in LowerSymbolOperand()
/external/llvm/lib/MC/
DMCExpr.cpp176 case VK_GOTPCREL: return "GOTPCREL"; in getVariantKindName()
294 .Case("gotpcrel", VK_GOTPCREL) in getVariantKindForName()
295 .Case("got_prel", VK_GOTPCREL) in getVariantKindForName()
DELFObjectWriter.cpp386 case MCSymbolRefExpr::VK_GOTPCREL: in RelocNeedsGOT()
683 case MCSymbolRefExpr::VK_GOTPCREL: in shouldRelocateWithSymbol()
/external/llvm/include/llvm/MC/
DMCExpr.h169 VK_GOTPCREL, enumerator