Searched refs:hasBlocksRuntime (Results 1 – 4 of 4) sorted by relevance
360 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function
534 bool hasBlocksRuntime() const override;1124 bool hasBlocksRuntime() const override;1178 bool hasBlocksRuntime() const override;
91 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime() function in Darwin4866 bool XCoreToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in XCoreToolChain5026 bool WebAssembly::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in WebAssembly
5252 !getToolChain().hasBlocksRuntime()) in ConstructJob()