Searched refs:CPU_arch_profile (Results 1 – 22 of 22) sorted by relevance
/external/llvm/test/tools/llvm-readobj/ARM/ |
D | attribute-S.s | 8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
|
D | attribute-A.s | 8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
|
D | attribute-M.s | 8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
|
D | attribute-R.s | 8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
|
D | attribute-0.s | 15 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
|
/external/elfutils/tests/ |
D | run-readelf-A.sh | 38 CPU_arch_profile: Application
|
/external/llvm/test/MC/ARM/ |
D | directive-arch-armv7m.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
D | directive-arch-armv7-m.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
D | directive-arch-armv7-a.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
D | directive-arch-armv7-r.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
D | directive-arch-armv7r.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
D | directive-arch-armv7a.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
D | directive-arch-armv8.2-a.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
D | directive-arch-armv8a.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
D | directive-arch-armv8-a.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
D | directive-eabi_attribute.s | 36 @ CHECK-OBJ-NEXT: TagName: CPU_arch_profile
|
/external/llvm/include/llvm/Support/ |
D | ARMBuildAttributes.h | 39 CPU_arch_profile = 7, enumerator
|
/external/llvm/lib/Support/ |
D | ARMBuildAttrs.cpp | 26 { ARMBuildAttrs::CPU_arch_profile, "Tag_CPU_arch_profile" },
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 734 setAttributeItem(CPU_arch_profile, ApplicationProfile, false); in emitArchDefaultAttributes() 740 setAttributeItem(CPU_arch_profile, RealTimeProfile, false); in emitArchDefaultAttributes() 746 setAttributeItem(CPU_arch_profile, MicroControllerProfile, false); in emitArchDefaultAttributes() 753 setAttributeItem(CPU_arch_profile, ApplicationProfile, false); in emitArchDefaultAttributes()
|
/external/llvm/tools/llvm-readobj/ |
D | ARMAttributeParser.h | 41 void CPU_arch_profile(ARMBuildAttrs::AttrType Tag, const uint8_t *Data,
|
D | ARMAttributeParser.cpp | 35 ATTRIBUTE_HANDLER(CPU_arch_profile), 133 void ARMAttributeParser::CPU_arch_profile(AttrType Tag, const uint8_t *Data, in CPU_arch_profile() function in llvm::ARMAttributeParser
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 632 ATS.emitAttribute(ARMBuildAttrs::CPU_arch_profile, in emitAttributes() 635 ATS.emitAttribute(ARMBuildAttrs::CPU_arch_profile, in emitAttributes() 638 ATS.emitAttribute(ARMBuildAttrs::CPU_arch_profile, in emitAttributes()
|