Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChain.cpp478 bool IsMProfile = ARM::parseArchProfile(Suffix) == ARM::PK_M; in ComputeLLVMTriple() local
479 bool ThumbDefault = IsMProfile || (ARM::parseArchVersion(Suffix) == 7 && in ComputeLLVMTriple()
492 options::OPT_mno_thumb, ThumbDefault)) || IsMProfile) { in ComputeLLVMTriple()