Home
last modified time | relevance | path

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

/netbsd-src/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; } in hasBlocksRuntime() function in VEToolChain
H A DXCore.cpp111 bool XCoreToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in XCoreToolChain
H A DWebAssembly.cpp210 bool WebAssembly::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in WebAssembly
H A DDarwin.h482 bool hasBlocksRuntime() const override;
H A DDarwin.cpp846 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime() function in Darwin
H A DClang.cpp5962 if (!Args.hasArg(options::OPT_fgnu_runtime) && !TC.hasBlocksRuntime()) in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h577 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function