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

Declarations

include/llvm/MC/MCExpr.h
  386   static const MCUnaryExpr *create(Opcode Op, const MCExpr *Expr,

References

include/llvm/MC/MCExpr.h
  390     return create(LNot, Expr, Ctx, Loc);
  394     return create(Minus, Expr, Ctx, Loc);
  398     return create(Not, Expr, Ctx, Loc);
  402     return create(Plus, Expr, Ctx, Loc);
lib/MC/MCParser/AsmParser.cpp
 1337     return MCUnaryExpr::create(UE->getOpcode(), Sub, getContext());
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
 1283     return MCUnaryExpr::create(UE->getOpcode(), Sub, Context);
 1349     return MCUnaryExpr::create(UE->getOpcode(), Sub, Context);