Home
last modified time | relevance | path

Searched refs:MicroControllerProfile (Results 1 – 5 of 5) 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/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()