Searched refs:hasBlocksRuntime (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DVEToolchain.h34 bool hasBlocksRuntime() const override;
H A DXCore.h64 bool hasBlocksRuntime() const override;
H A DWebAssembly.h51 bool hasBlocksRuntime() const override;
H A DVEToolchain.cpp62 bool VEToolChain::hasBlocksRuntime() const { return false; } function in class:VEToolChain
H A DXCore.cpp111 bool XCoreToolChain::hasBlocksRuntime() const { return false; } function in class:XCoreToolChain
H A DWebAssembly.cpp210 bool WebAssembly::hasBlocksRuntime() const { return false; } function in class:WebAssembly
H A DDarwin.h482 bool hasBlocksRuntime() const override;
H A DDarwin.cpp846 bool Darwin::hasBlocksRuntime() const { function in class:Darwin
H A DClang.cpp5962 if (!Args.hasArg(options::OPT_fgnu_runtime) && !TC.hasBlocksRuntime())
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h572 /// hasBlocksRuntime - Given that the user is compiling with
577 virtual bool hasBlocksRuntime() const { return true; } function in class:clang::driver::ToolChain

Completed in 170 milliseconds