Searched defs:MCUnaryExpr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCExpr.h326 /// MCUnaryExpr - Unary assembler expressions.
327 class MCUnaryExpr : public MCExpr { class in namespace:llvm
340 MCUnaryExpr(Opcode _Op, const MCExpr *_Expr) function in class:llvm::MCUnaryExpr
347 static const MCUnaryExpr *Create(Opcode Op, const MCExpr *Expr,
349 static const MCUnaryExpr *CreateLNot(const MCExpr *Expr, MCContext &Ctx) {
352 static const MCUnaryExpr *CreateMinus(const MCExpr *Expr, MCContext &Ctx) {
355 static const MCUnaryExpr *CreateNot(const MCExpr *Expr, MCContext &Ctx) {
358 static const MCUnaryExpr *CreatePlus(const MCExpr *Expr, MCContext &Ctx) {

Completed in 90 milliseconds