Home
last modified time | relevance | path

Searched defs:hasBlocksRuntime (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
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.cpp846 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime() function in Darwin
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h577 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function