Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DARMBuildAttributes.h114 MicroControllerProfile = (0x4D), // 'M' (e.g. for Cortex M3) enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp190 ARMBuildAttrs::MicroControllerProfile); in emitTargetAttributes()
H A DARMELFStreamer.cpp873 setAttributeItem(CPU_arch_profile, MicroControllerProfile, false); in emitArchDefaultAttributes()
894 setAttributeItem(CPU_arch_profile, MicroControllerProfile, false); in emitArchDefaultAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELFObjectFile.cpp186 case ARMBuildAttrs::MicroControllerProfile: in getARMFeatures()