Home
last modified time | relevance | path

Searched refs:MicroControllerProfile (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBuildAttrs.h99 MicroControllerProfile = (0x4D), // 'M' (e.g. for Cortex M3) enumerator
/external/llvm/include/llvm/Support/
DARMBuildAttributes.h119 MicroControllerProfile = (0x4D), // 'M' (e.g. for Cortex M3) enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DARMBuildAttributes.h120 MicroControllerProfile = (0x4D), // 'M' (e.g. for Cortex M3) enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DARMBuildAttributes.h120 MicroControllerProfile = (0x4D), // 'M' (e.g. for Cortex M3) enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DELFObjectFile.cpp160 case ARMBuildAttrs::MicroControllerProfile: in getARMFeatures()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp189 ARMBuildAttrs::MicroControllerProfile); in emitTargetAttributes()
DARMELFStreamer.cpp855 setAttributeItem(CPU_arch_profile, MicroControllerProfile, false); in emitArchDefaultAttributes()
874 setAttributeItem(CPU_arch_profile, MicroControllerProfile, false); in emitArchDefaultAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DARMAttributeParser.cpp87 ARMBuildAttrs::MicroControllerProfile)); in TEST()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp752 setAttributeItem(CPU_arch_profile, MicroControllerProfile, false); in emitArchDefaultAttributes()
769 setAttributeItem(CPU_arch_profile, MicroControllerProfile, false); in emitArchDefaultAttributes()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp671 ARMBuildAttrs::MicroControllerProfile); in emitAttributes()