Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp197 emitAttribute(ARMBuildAttrs::CPU_arch_profile, in emitTargetAttributes()
200 emitAttribute(ARMBuildAttrs::CPU_arch_profile, in emitTargetAttributes()
203 emitAttribute(ARMBuildAttrs::CPU_arch_profile, in emitTargetAttributes()
H A DARMELFStreamer.cpp860 S.setAttributeItem(CPU_arch_profile, ApplicationProfile, false); in emitArchDefaultAttributes()
866 S.setAttributeItem(CPU_arch_profile, RealTimeProfile, false); in emitArchDefaultAttributes()
873 S.setAttributeItem(CPU_arch_profile, MicroControllerProfile, false); in emitArchDefaultAttributes()
893 S.setAttributeItem(CPU_arch_profile, ApplicationProfile, false); in emitArchDefaultAttributes()
903 S.setAttributeItem(CPU_arch_profile, MicroControllerProfile, false); in emitArchDefaultAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DARMBuildAttrs.cpp24 {ARMBuildAttrs::CPU_arch_profile, "Tag_CPU_arch_profile"},
H A DARMAttributeParser.cpp27 ATTRIBUTE_HANDLER(CPU_arch_profile),
98 Error ARMAttributeParser::CPU_arch_profile(AttrType tag) { in CPU_arch_profile() function in ARMAttributeParser
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMBuildAttributes.h40 CPU_arch_profile = 7, enumerator
H A DARMAttributeParser.h33 Error CPU_arch_profile(ARMBuildAttrs::AttrType tag);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp176 Attr = Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile); in getARMFeatures()
733 Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile); in setARMSubArch()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp192 attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile); in updateSupportedARMFeatures()