Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DWebAssembly.h51 bool hasBlocksRuntime() const override;
H A DXCore.h65 bool hasBlocksRuntime() const override;
H A DXCore.cpp110 bool XCoreToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in XCoreToolChain
H A DWebAssembly.cpp114 bool WebAssembly::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in WebAssembly
H A DDarwin.h450 bool hasBlocksRuntime() const override;
H A DDarwin.cpp722 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime() function in Darwin
H A DClang.cpp4623 if (!Args.hasArg(options::OPT_fgnu_runtime) && !TC.hasBlocksRuntime()) in ConstructJob()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DToolChain.h488 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function