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

Declarations

include/llvm/Support/ARMAttributeParser.h
   37   void StringAttribute(ARMBuildAttrs::AttrType Tag, const uint8_t *Data,

References

lib/Support/ARMAttributeParser.cpp
   31   { ARMBuildAttrs::CPU_raw_name, &ARMAttributeParser::StringAttribute, },
   32   { ARMBuildAttrs::CPU_name, &ARMAttributeParser::StringAttribute },
  626         StringAttribute(ARMBuildAttrs::AttrType(Tag), Data, Offset);