Searched refs:hasBlocksRuntime (Results 1 – 6 of 6) sorted by relevance
33 bool hasBlocksRuntime() const override;
560 bool hasBlocksRuntime() const override;
263 bool WebAssembly::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in WebAssembly
972 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime() function in Darwin
7001 if (!Args.hasArg(options::OPT_fgnu_runtime) && !TC.hasBlocksRuntime()) in ConstructJob()
663 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function