Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMTargetParser.h258 ProfileKind parseArchProfile(StringRef Arch);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMTargetParser.cpp89 ARM::ProfileKind ARM::parseArchProfile(StringRef Arch) { in parseArchProfile() function in ARM
597 parseArchProfile(ArchName) == ProfileKind::M) in computeDefaultTargetABI()
DTriple.cpp376 ARM::ProfileKind Profile = ARM::parseArchProfile(ArchName); in parseARMArch()