Searched refs:hasBlocksRuntime (Results 1 – 10 of 10) sorted by relevance
34 bool hasBlocksRuntime() const override;
64 bool hasBlocksRuntime() const override;
51 bool hasBlocksRuntime() const override;
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
497 bool hasBlocksRuntime() const override;
847 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime() function in Darwin
6012 if (!Args.hasArg(options::OPT_fgnu_runtime) && !TC.hasBlocksRuntime()) in ConstructJob()
581 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function