Searched refs:PK_M (Results 1 – 5 of 5) sorted by relevance
103 enum ProfileKind { PK_INVALID = 0, PK_A, PK_R, PK_M }; enumerator
478 bool IsMProfile = ARM::parseArchProfile(Suffix) == ARM::PK_M; in ComputeLLVMTriple()
650 return Profile == llvm::ARM::PK_M; in isARMMProfile()
719 return ARM::PK_M; in parseArchProfile()
339 if (Profile == ARM::PK_M && Version == 6) { in parseARMArch()