HomeSort by relevance Sort by last modified time
    Searched refs:CPU_arch_profile (Results 1 - 22 of 22) sorted by null

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

Completed in 831 milliseconds