Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DARMTargetParser.cpp89 ARM::ProfileKind ARM::parseArchProfile(StringRef Arch) { in parseArchProfile() function in ARM
550 parseArchProfile(ArchName) == ProfileKind::M) in computeDefaultTargetABI()
H A DTriple.cpp367 ARM::ProfileKind Profile = ARM::parseArchProfile(ArchName); in parseARMArch()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DARMTargetParser.h255 ProfileKind parseArchProfile(StringRef Arch);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp32 return llvm::ARM::parseArchProfile(Arch) == llvm::ARM::ProfileKind::M; in isARMMProfile()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DARM.cpp123 ArchProfile = llvm::ARM::parseArchProfile(SubArch); in setArchInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DToolChain.cpp581 bool IsMProfile = ARM::parseArchProfile(Suffix) == ARM::ProfileKind::M; in ComputeLLVMTriple()