Searched refs:VK_GOTPCREL (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachORelocationInfo.cpp | 65 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, Ctx); in createExprForRelocation() 69 MCSymbolRefExpr::VK_GOTPCREL : in createExprForRelocation()
|
D | X86ELFObjectWriter.cpp | 78 case MCSymbolRefExpr::VK_GOTPCREL: in GetRelocType() 126 case MCSymbolRefExpr::VK_GOTPCREL: in GetRelocType()
|
D | X86ELFRelocationInfo.cpp | 104 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, Ctx); in createExprForRelocation()
|
D | X86MCAsmInfo.cpp | 120 MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, Context); in getExprForPersonalitySymbol()
|
D | X86MachObjectWriter.cpp | 265 if (Modifier == MCSymbolRefExpr::VK_GOTPCREL) { in RecordX86_64Relocation() 310 } else if (Modifier == MCSymbolRefExpr::VK_GOTPCREL) { in RecordX86_64Relocation()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 30 MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, getContext()); in getTTypeGlobalReference()
|
D | X86MCInstLower.cpp | 193 case X86II::MO_GOTPCREL: RefKind = MCSymbolRefExpr::VK_GOTPCREL; break; in LowerSymbolOperand()
|
/external/llvm/lib/MC/ |
D | MCExpr.cpp | 176 case VK_GOTPCREL: return "GOTPCREL"; in getVariantKindName() 286 .Case("GOTPCREL", VK_GOTPCREL) in getVariantKindForName() 287 .Case("gotpcrel", VK_GOTPCREL) in getVariantKindForName()
|
D | ELFObjectWriter.cpp | 355 case MCSymbolRefExpr::VK_GOTPCREL: in RelocNeedsGOT() 678 Kind == MCSymbolRefExpr::VK_GOTPCREL || in SymbolToReloc()
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 149 VK_GOTPCREL, enumerator
|