/llvm-project/llvm/unittests/Support/ |
H A D | ARMAttributeParser.cpp | 109 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 D | attribute-A.s | 8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
|
H A D | attribute-M.s | 8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
|
H A D | attribute-S.s | 8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
|
H A D | attribute-R.s | 8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
|
H A D | attribute-0.s | 15 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
|
/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 | 862 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 D | ARMBuildAttrs.cpp |
|
H A D | ARMAttributeParser.cpp | 27 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 D | directive-arch-armv7-m.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
H A D | directive-arch-armv7em.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
H A D | directive-arch-armv7e-m.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
H A D | directive-arch-armv7m.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
H A D | directive-arch-armv7-r.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
H A D | directive-arch-armv7-a.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
H A D | directive-arch-armv8m.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
H A D | directive-arch-armv7a.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
H A D | directive-arch-armv7r.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
H A D | directive-arch-armv8a.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
H A D | directive-arch-armv8.2-a.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
H A D | directive-arch-armv8-a.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
/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);
|
/llvm-project/llvm/lib/Object/ |
H A D | ELFObjectFile.cpp | 175 Attr = Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile); in getARMFeatures() 742 Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile); in setARMSubArch()
|