Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DVEToolchain.h33 bool hasBlocksRuntime() const override;
H A DVEToolchain.cpp77 bool VEToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in VEToolChain
H A DXCore.cpp112 bool XCoreToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in XCoreToolChain
H A DWebAssembly.cpp290 bool WebAssembly::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in WebAssembly
H A DDarwin.h607 bool hasBlocksRuntime() const override;
H A DDarwin.cpp1000 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime() function in Darwin
H A DClang.cpp7058 if (!Args.hasArg(options::OPT_fgnu_runtime) && !TC.hasBlocksRuntime()) in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h685 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function