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

References

lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
 1245       Variant = PPCMCExpr::VK_PPC_LO;
 1408       Variant = PPCMCExpr::VK_PPC_LO;
 1833     return PPCMCExpr::create(PPCMCExpr::VK_PPC_LO, E, false, Ctx);
lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
   51   case PPCMCExpr::VK_PPC_LO:
lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp
   30     case VK_PPC_LO: OS << "lo16"; break;
   43     case VK_PPC_LO: OS << "@l"; break;
   73     case VK_PPC_LO:
  124       case VK_PPC_LO:
lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h
   52     return create(VK_PPC_LO, Expr, IsDarwin, Ctx);