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

Declarations

lib/Target/AVR/MCTargetDesc/AVRMCExpr.h
   74   static VariantKind getKindByName(StringRef Name);

References

lib/Target/AVR/AsmParser/AVRAsmParser.cpp
  457   ModifierKind = AVRMCExpr::getKindByName(ModifierName.str().c_str());
  465       ModifierKind = AVRMCExpr::getKindByName(GSModName.c_str());
  662         AVRMCExpr::getKindByName(ModifierName.str().c_str());