Home
last modified time | relevance | path

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

12

/llvm-project/llvm/unittests/Support/
H A DARMAttributeParser.cpp109 EXPECT_TRUE(testBuildAttr(7, 'A', ARMBuildAttrs::CPU_arch_profile, in TEST()
111 EXPECT_TRUE(testBuildAttr(7, 'R', ARMBuildAttrs::CPU_arch_profile, in TEST()
113 EXPECT_TRUE(testBuildAttr(7, 'M', ARMBuildAttrs::CPU_arch_profile, in TEST()
115 EXPECT_TRUE(testBuildAttr(7, 'S', ARMBuildAttrs::CPU_arch_profile, in TEST()
/llvm-project/llvm/test/tools/llvm-readobj/ELF/ARM/
H A Dattribute-A.s8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
H A Dattribute-M.s8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
H A Dattribute-S.s8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
H A Dattribute-R.s8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
H A Dattribute-0.s15 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
/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.cpp862 S.setAttributeItem(CPU_arch_profile, ApplicationProfile, false); in emitArchDefaultAttributes()
868 S.setAttributeItem(CPU_arch_profile, RealTimeProfile, false); in emitArchDefaultAttributes()
875 S.setAttributeItem(CPU_arch_profile, MicroControllerProfile, false); in emitArchDefaultAttributes()
896 S.setAttributeItem(CPU_arch_profile, ApplicationProfile, false); in emitArchDefaultAttributes()
906 S.setAttributeItem(CPU_arch_profile, MicroControllerProfile, false); in emitArchDefaultAttributes()
/llvm-project/llvm/lib/Support/
H A DARMBuildAttrs.cpp
H A DARMAttributeParser.cpp27 ATTRIBUTE_HANDLER(CPU_arch_profile),
115 Error ARMAttributeParser::CPU_arch_profile(AttrType tag) { in ARM_ISA_use()
98 Error ARMAttributeParser::CPU_arch_profile(AttrType tag) { CPU_arch_profile() function in ARMAttributeParser
/llvm-project/llvm/test/MC/ARM/
H A Ddirective-arch-armv7-m.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
H A Ddirective-arch-armv7em.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
H A Ddirective-arch-armv7e-m.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
H A Ddirective-arch-armv7m.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
H A Ddirective-arch-armv7-r.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
H A Ddirective-arch-armv7-a.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
H A Ddirective-arch-armv8m.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
H A Ddirective-arch-armv7a.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
H A Ddirective-arch-armv7r.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
H A Ddirective-arch-armv8a.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
H A Ddirective-arch-armv8.2-a.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
H A Ddirective-arch-armv8-a.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
/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);
/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp175 Attr = Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile); in getARMFeatures()
742 Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile); in setARMSubArch()

12