Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChain.cpp73 if (!isThreadModelSupported(A->getValue())) in ToolChain()
402 bool ToolChain::isThreadModelSupported(const StringRef Model) const { in isThreadModelSupported() function in ToolChain
DDriver.cpp876 if (TC.isThreadModelSupported(A->getValue())) in PrintVersion()
/external/clang/include/clang/Driver/
DToolChain.h332 virtual bool isThreadModelSupported(const StringRef Model) const;