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

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h1 //===-- PPCMCExpr.h - PPC specific MC expression classes --------*- C++ -*-===//
19 class PPCMCExpr : public MCTargetExpr { class in namespace:llvm
37 explicit PPCMCExpr(VariantKind _Kind, const MCExpr *_Expr, function in class:llvm::PPCMCExpr
45 static const PPCMCExpr *Create(VariantKind Kind, const MCExpr *Expr,
48 static const PPCMCExpr *CreateLo(const MCExpr *Expr,
53 static const PPCMCExpr *CreateHi(const MCExpr *Expr,
58 static const PPCMCExpr *CreateHa(const MCExpr *Expr,

Completed in 76 milliseconds