Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DVEToolchain.cpp62 bool VEToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in VEToolChain
DXCore.cpp111 bool XCoreToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in XCoreToolChain
DWebAssembly.cpp200 bool WebAssembly::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in WebAssembly
DDarwin.cpp834 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime() function in Darwin
/external/clang/include/clang/Driver/
DToolChain.h360 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function
/external/llvm-project/clang/include/clang/Driver/
DToolChain.h551 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function
/external/clang/lib/Driver/
DToolChains.cpp91 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime() function in Darwin
4866 bool XCoreToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in XCoreToolChain
5026 bool WebAssembly::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in WebAssembly