Searched refs:_Expr (Results 1 - 4 of 4) sorted by path

/external/llvm/include/llvm/MC/
H A DMCExpr.h340 MCUnaryExpr(Opcode _Op, const MCExpr *_Expr) argument
341 : MCExpr(MCExpr::Unary), Op(_Op), Expr(_Expr) {}
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h29 explicit ARMMCExpr(VariantKind _Kind, const MCExpr *_Expr) argument
30 : Kind(_Kind), Expr(_Expr) {}
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h37 explicit PPCMCExpr(VariantKind _Kind, const MCExpr *_Expr, argument
39 : Kind(_Kind), Expr(_Expr), IsDarwin(_IsDarwin) {}
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.h65 explicit SparcMCExpr(VariantKind _Kind, const MCExpr *_Expr) argument
66 : Kind(_Kind), Expr(_Expr) {}

Completed in 635 milliseconds