Home
last modified time | relevance | path

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

/external/llvm/test/tools/llvm-readobj/ARM/
Dattribute-S.s8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
Dattribute-A.s8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
Dattribute-M.s8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
Dattribute-R.s8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
Dattribute-0.s15 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
/external/elfutils/tests/
Drun-readelf-A.sh38 CPU_arch_profile: Application
/external/llvm/test/MC/ARM/
Ddirective-arch-armv7m.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
Ddirective-arch-armv7-m.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
Ddirective-arch-armv7-a.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
Ddirective-arch-armv7-r.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
Ddirective-arch-armv7r.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
Ddirective-arch-armv7a.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
Ddirective-arch-armv8.2-a.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
Ddirective-arch-armv8a.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
Ddirective-arch-armv8-a.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
Ddirective-eabi_attribute.s36 @ CHECK-OBJ-NEXT: TagName: CPU_arch_profile
/external/llvm/include/llvm/Support/
DARMBuildAttributes.h39 CPU_arch_profile = 7, enumerator
/external/llvm/lib/Support/
DARMBuildAttrs.cpp26 { ARMBuildAttrs::CPU_arch_profile, "Tag_CPU_arch_profile" },
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp734 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/
DARMAttributeParser.h41 void CPU_arch_profile(ARMBuildAttrs::AttrType Tag, const uint8_t *Data,
DARMAttributeParser.cpp35 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/
DARMAsmPrinter.cpp632 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()