Searched refs:hasBlocksRuntime (Results 1 – 4 of 4) sorted by relevance
350 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function
511 bool hasBlocksRuntime() const override;1053 bool hasBlocksRuntime() const override;1107 bool hasBlocksRuntime() const override;
80 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime() function in Darwin4290 bool XCoreToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in XCoreToolChain4445 bool WebAssembly::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in WebAssembly
4770 !getToolChain().hasBlocksRuntime()) in ConstructJob()