Searched refs:CPU_arch_profile (Results 1 - 15 of 15) sorted by relevance

/external/llvm/test/MC/ARM/
H A Ddirective-arch-armv7-a.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
H A Ddirective-arch-armv7-m.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
H A Ddirective-arch-armv7-r.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
H A Ddirective-arch-armv7a.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
H A Ddirective-arch-armv7m.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
H A Ddirective-arch-armv7r.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
H A Ddirective-arch-armv8-a.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
H A Ddirective-arch-armv8a.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
/external/llvm/include/llvm/Support/
H A DARMBuildAttributes.h39 CPU_arch_profile = 7, enumerator in enum:llvm::ARMBuildAttrs::AttrType
/external/llvm/lib/Support/
H A DARMBuildAttrs.cpp26 { ARMBuildAttrs::CPU_arch_profile, "Tag_CPU_arch_profile" },
/external/llvm/tools/llvm-readobj/
H A DARMAttributeParser.h41 void CPU_arch_profile(ARMBuildAttrs::AttrType Tag, const uint8_t *Data,
H A DARMAttributeParser.cpp35 ATTRIBUTE_HANDLER(CPU_arch_profile),
133 void ARMAttributeParser::CPU_arch_profile(AttrType Tag, const uint8_t *Data, function in class:llvm::ARMAttributeParser
/external/llvm/test/tools/llvm-readobj/ARM/
H A Dattributes.s73 @ CHECK: TagName: CPU_arch_profile
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp768 setAttributeItem(CPU_arch_profile, ApplicationProfile, false);
774 setAttributeItem(CPU_arch_profile, RealTimeProfile, false);
780 setAttributeItem(CPU_arch_profile, MicroControllerProfile, false);
785 setAttributeItem(CPU_arch_profile, ApplicationProfile, false);
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp626 ATS.emitAttribute(ARMBuildAttrs::CPU_arch_profile,
629 ATS.emitAttribute(ARMBuildAttrs::CPU_arch_profile,
632 ATS.emitAttribute(ARMBuildAttrs::CPU_arch_profile,

Completed in 2131 milliseconds