Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DARMBuildAttributes.h100 v6_M = 11, // e.g. Cortex M1 enumerator
DARMTargetParser.def76 ARM_ARCH("armv6-m", ARMV6M, "6-M", "v6m", ARMBuildAttrs::CPUArch::v6_M,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DELFObjectFile.cpp544 case ARMBuildAttrs::v6_M: in setARMSubArch()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DInputFiles.cpp773 if (arch != ARMBuildAttrs::v6_M && arch != ARMBuildAttrs::v6S_M) in updateSupportedARMFeatures()