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

Declarations

include/llvm/Object/ObjectFile.h
   36 class ARMAttributeParser;

References

include/llvm/Object/ELFObjectFile.h
   67   virtual Error getBuildAttributes(ARMAttributeParser &Attributes) const = 0;
  368   Error getBuildAttributes(ARMAttributeParser &Attributes) const override {
lib/Object/ELFObjectFile.cpp
  159   ARMAttributeParser Attributes;
  307   ARMAttributeParser Attributes;
lib/Support/ARMAttributeParser.cpp
   29 const ARMAttributeParser::DisplayHandler
   31   { ARMBuildAttrs::CPU_raw_name, &ARMAttributeParser::StringAttribute, },
   32   { ARMBuildAttrs::CPU_name, &ARMAttributeParser::StringAttribute },
tools/lld/ELF/InputFiles.cpp
  617 static void updateARMVFPArgs(const ARMAttributeParser &attributes,
  663 static void updateSupportedARMFeatures(const ARMAttributeParser &attributes) {
  797     ARMAttributeParser attributes;
unittests/Support/ARMAttributeParser.cpp
   36   ARMAttributeParser Parser;