Searched defs:hasBlocksRuntime (Results 1 – 5 of 5) sorted by relevance
62 bool VEToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in VEToolChain
111 bool XCoreToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in XCoreToolChain
210 bool WebAssembly::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in WebAssembly
846 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime() function in Darwin
577 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function