reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCMCInstLower.cpp
   90       RefKind = MCSymbolRefExpr::VK_PPC_TPREL_LO;
   93       RefKind = MCSymbolRefExpr::VK_PPC_TPREL_HA;
   96       RefKind = MCSymbolRefExpr::VK_PPC_DTPREL_LO;
   99       RefKind = MCSymbolRefExpr::VK_PPC_GOT_TLSLD_LO;
  102       RefKind = MCSymbolRefExpr::VK_PPC_TOC_LO;
  105       RefKind = MCSymbolRefExpr::VK_PPC_TLS;
  110     RefKind = MCSymbolRefExpr::VK_PLT;
  116   const MCExpr *Expr = MCSymbolRefExpr::create(Symbol, RefKind, Ctx);