Home
last modified time | relevance | path

Searched refs:CPU_arch_profile (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp183 emitAttribute(ARMBuildAttrs::CPU_arch_profile, in emitTargetAttributes()
186 emitAttribute(ARMBuildAttrs::CPU_arch_profile, in emitTargetAttributes()
189 emitAttribute(ARMBuildAttrs::CPU_arch_profile, in emitTargetAttributes()
H A DARMELFStreamer.cpp860 setAttributeItem(CPU_arch_profile, ApplicationProfile, false); in emitArchDefaultAttributes()
866 setAttributeItem(CPU_arch_profile, RealTimeProfile, false); in emitArchDefaultAttributes()
873 setAttributeItem(CPU_arch_profile, MicroControllerProfile, false); in emitArchDefaultAttributes()
884 setAttributeItem(CPU_arch_profile, ApplicationProfile, false); in emitArchDefaultAttributes()
894 setAttributeItem(CPU_arch_profile, MicroControllerProfile, false); in emitArchDefaultAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DARMBuildAttrs.cpp20 {ARMBuildAttrs::CPU_arch_profile, "Tag_CPU_arch_profile"},
H A DARMAttributeParser.cpp27 ATTRIBUTE_HANDLER(CPU_arch_profile),
93 Error ARMAttributeParser::CPU_arch_profile(AttrType tag) { in CPU_arch_profile() function in ARMAttributeParser
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DARMBuildAttributes.h40 CPU_arch_profile = 7, enumerator
H A DARMAttributeParser.h35 Error CPU_arch_profile(ARMBuildAttrs::AttrType tag);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELFObjectFile.cpp175 Attr = Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile); in getARMFeatures()