Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DTargetParser.h103 enum ProfileKind { PK_INVALID = 0, PK_A, PK_R, PK_M }; enumerator
/external/clang/lib/Driver/
DToolChain.cpp478 bool IsMProfile = ARM::parseArchProfile(Suffix) == ARM::PK_M; in ComputeLLVMTriple()
DTools.cpp650 return Profile == llvm::ARM::PK_M; in isARMMProfile()
/external/llvm/lib/Support/
DTargetParser.cpp719 return ARM::PK_M; in parseArchProfile()
DTriple.cpp339 if (Profile == ARM::PK_M && Version == 6) { in parseARMArch()