Searched defs:hasBlocksRuntime (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Driver/ToolChains/ | ||
H A D | VEToolchain.cpp | 78 bool VEToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in VEToolChain |
H A D | XCore.cpp | 112 bool XCoreToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in XCoreToolChain |
H A D | WebAssembly.cpp | 263 bool WebAssembly::hasBlocksRuntime() const { return false; } hasBlocksRuntime() function in WebAssembly |
H A D | Darwin.cpp | 972 bool Darwin::hasBlocksRuntime() const { hasBlocksRuntime() function in Darwin |
/llvm-project/clang/include/clang/Driver/ | ||
H A D | ToolChain.h | 663 virtual bool hasBlocksRuntime() const { return true; } hasBlocksRuntime() function |