Searched refs:hasBlocksRuntime (Results 1 – 10 of 10) sorted by relevance
33 bool hasBlocksRuntime() const override;
65 bool hasBlocksRuntime() const override;
50 bool hasBlocksRuntime() const override;
78 bool VEToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in VEToolChain
112 bool XCoreToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in XCoreToolChain
261 bool WebAssembly::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in WebAssembly
543 bool hasBlocksRuntime() const override;
975 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime() function in Darwin
6788 if (!Args.hasArg(options::OPT_fgnu_runtime) && !TC.hasBlocksRuntime()) in ConstructJob()
649 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function