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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DWebAssembly.h52 bool hasBlocksRuntime() const override;
H A DXCore.h64 bool hasBlocksRuntime() const override;
H A DXCore.cpp109 bool XCoreToolChain::hasBlocksRuntime() const { return false; } function in class:XCoreToolChain
H A DWebAssembly.cpp172 bool WebAssembly::hasBlocksRuntime() const { return false; } function in class:WebAssembly
H A DDarwin.h460 bool hasBlocksRuntime() const override;
H A DDarwin.cpp777 bool Darwin::hasBlocksRuntime() const { function in class:Darwin
H A DClang.cpp5288 if (!Args.hasArg(options::OPT_fgnu_runtime) && !TC.hasBlocksRuntime())
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h509 /// hasBlocksRuntime - Given that the user is compiling with
514 virtual bool hasBlocksRuntime() const { return true; } function in class:clang::driver::ToolChain

Completed in 157 milliseconds