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++ -*-===//
22 class AArch64MCExpr : public MCTargetExpr { class in namespace:llvm
73 explicit AArch64MCExpr(VariantKind _Kind, const MCExpr *_Expr) function in class:llvm::AArch64MCExpr
80 static const AArch64MCExpr *Create(VariantKind Kind, const MCExpr *Expr,
83 static const AArch64MCExpr *CreateLo12(const MCExpr *Expr, MCContext &Ctx) {
87 static const AArch64MCExpr *CreateGOT(const MCExpr *Expr, MCContext &Ctx) {
91 static const AArch64MCExpr *CreateGOTLo12(const MCExpr *Expr,
96 static const AArch64MCExpr *CreateDTPREL_G1(const MCExpr *Expr,
101 static const AArch64MCExpr *CreateDTPREL_G0_NC(const MCExpr *Expr,
106 static const AArch64MCExpr *CreateGOTTPRE
[all...]

Completed in 108 milliseconds