Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChain.cpp67 if (!isThreadModelSupported(A->getValue())) in ToolChain()
243 bool ToolChain::isThreadModelSupported(const StringRef Model) const { in isThreadModelSupported() function in ToolChain
DDriver.cpp679 if (TC.isThreadModelSupported(A->getValue())) in PrintVersion()
/external/clang/include/clang/Driver/
DToolChain.h271 virtual bool isThreadModelSupported(const StringRef Model) const;