Searched refs:CPU_arch_profile (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMTargetStreamer.cpp | 197 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 D | ARMELFStreamer.cpp | 860 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 D | ARMBuildAttrs.cpp | 24 {ARMBuildAttrs::CPU_arch_profile, "Tag_CPU_arch_profile"},
|
H A D | ARMAttributeParser.cpp | 27 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 D | ARMBuildAttributes.h | 40 CPU_arch_profile = 7, enumerator
|
H A D | ARMAttributeParser.h | 33 Error CPU_arch_profile(ARMBuildAttrs::AttrType tag);
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELFObjectFile.cpp | 176 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 D | InputFiles.cpp | 192 attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile); in updateSupportedARMFeatures()
|