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

/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.h1 //=--- AArch64MCExpr.h - AArch64 specific MC expression classes ---*- C++ -*-=//
23 class AArch64MCExpr : public MCTargetExpr { class in namespace:llvm
108 explicit AArch64MCExpr(const MCExpr *Expr, VariantKind Kind) function in class:llvm::AArch64MCExpr
115 static const AArch64MCExpr *Create(const MCExpr *Expr, VariantKind Kind,
163 static bool classof(const AArch64MCExpr *) { return true; }

Completed in 75 milliseconds