reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h
  124   static const AArch64MCExpr *create(const MCExpr *Expr, VariantKind Kind,

References

lib/Target/AArch64/AArch64AsmPrinter.cpp
  433             .addExpr(AArch64MCExpr::create(
  441             .addExpr(AArch64MCExpr::create(
lib/Target/AArch64/AArch64MCInstLower.cpp
  186   Expr = AArch64MCExpr::create(Expr, RefKind, Ctx);
  236   Expr = AArch64MCExpr::create(Expr, RefKind, Ctx);
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 2482           AArch64MCExpr::create(Expr, AArch64MCExpr::VK_ABS_PAGE, getContext());
 2535       Expr = AArch64MCExpr::create(Expr, AArch64MCExpr::VK_ABS, getContext());
 3298     ImmVal = AArch64MCExpr::create(ImmVal, RefKind, getContext());
 5305   Expr = AArch64MCExpr::create(Expr, AArch64MCExpr::VK_TLSDESC, getContext());