Searched refs:parseArchProfile (Results 1 – 6 of 6) sorted by relevance
89 ARM::ProfileKind ARM::parseArchProfile(StringRef Arch) { in parseArchProfile() function in ARM550 parseArchProfile(ArchName) == ProfileKind::M) in computeDefaultTargetABI()
367 ARM::ProfileKind Profile = ARM::parseArchProfile(ArchName); in parseARMArch()
255 ProfileKind parseArchProfile(StringRef Arch);
32 return llvm::ARM::parseArchProfile(Arch) == llvm::ARM::ProfileKind::M; in isARMMProfile()
123 ArchProfile = llvm::ARM::parseArchProfile(SubArch); in setArchInfo()
581 bool IsMProfile = ARM::parseArchProfile(Suffix) == ARM::ProfileKind::M; in ComputeLLVMTriple()