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

References

lib/MC/MCExpr.cpp
  259   case VK_PPC_TOC_LO: return "toc@l";
  375     .Case("toc@l", VK_PPC_TOC_LO)
lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
  193       case MCSymbolRefExpr::VK_PPC_TOC_LO:
  344       case MCSymbolRefExpr::VK_PPC_TOC_LO:
lib/Target/PowerPC/PPCAsmPrinter.cpp
  890         IsAIX ? MCSymbolRefExpr::VK_PPC_L : MCSymbolRefExpr::VK_PPC_TOC_LO;
  915                                 MCSymbolRefExpr::VK_PPC_TOC_LO, OutContext);
lib/Target/PowerPC/PPCMCInstLower.cpp
  102       RefKind = MCSymbolRefExpr::VK_PPC_TOC_LO;