Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMBuildAttributes.h119 MicroControllerProfile = (0x4D), // 'M' (e.g. for Cortex M3) enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp186 case ARMBuildAttrs::MicroControllerProfile: in getARMFeatures()
643 *ArchProfileAttr == ARMBuildAttrs::MicroControllerProfile) in setARMSubArch()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp204 ARMBuildAttrs::MicroControllerProfile); in emitTargetAttributes()
H A DARMELFStreamer.cpp882 S.setAttributeItem(CPU_arch_profile, MicroControllerProfile, false); in emitArchDefaultAttributes()
912 S.setAttributeItem(CPU_arch_profile, MicroControllerProfile, false); in emitArchDefaultAttributes()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp195 profile == ARMBuildAttrs::MicroControllerProfile) in updateSupportedARMFeatures()