Searched defs:hasBlocksRuntime (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/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 | 261 bool WebAssembly::hasBlocksRuntime() const { return false; } hasBlocksRuntime() function in WebAssembly |
H A D | Darwin.cpp | 975 bool Darwin::hasBlocksRuntime() const { hasBlocksRuntime() function in Darwin |
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/ | ||
H A D | ToolChain.h | 649 virtual bool hasBlocksRuntime() const { return true; } hasBlocksRuntime() function |