Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetID.cpp47 static llvm::StringRef getCanonicalProcessorName(const llvm::Triple &T, in getCanonicalProcessorName() function
57 return getCanonicalProcessorName(T, Split.first); in getProcessorFromTargetID()
113 llvm::StringRef Processor = getCanonicalProcessorName(T, *OptionalProcessor); in parseTargetID()