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

Declarations

lib/Target/AVR/MCTargetDesc/AVRMCExpr.h
   41   static const AVRMCExpr *create(VariantKind Kind, const MCExpr *Expr,

References

lib/Target/AVR/AVRMCInstLower.cpp
   44       Expr = AVRMCExpr::create(AVRMCExpr::VK_AVR_PM_LO8, Expr, IsNegated, Ctx);
   46       Expr = AVRMCExpr::create(AVRMCExpr::VK_AVR_LO8, Expr, IsNegated, Ctx);
   51       Expr = AVRMCExpr::create(AVRMCExpr::VK_AVR_PM_HI8, Expr, IsNegated, Ctx);
   53       Expr = AVRMCExpr::create(AVRMCExpr::VK_AVR_HI8, Expr, IsNegated, Ctx);
lib/Target/AVR/AsmParser/AVRAsmParser.cpp
  494   MCExpr const *Expression = AVRMCExpr::create(ModifierKind, InnerExpression,