Searched refs:SupportsObjCGC (Results 1 – 4 of 4) sorted by relevance
294 virtual bool SupportsObjCGC() const { return true; } in SupportsObjCGC() function
360 bool SupportsObjCGC() const override { return false; } in SupportsObjCGC() function556 bool SupportsObjCGC() const override;1179 bool SupportsObjCGC() const override;
1247 bool Darwin::SupportsObjCGC() const { return isTargetMacOS(); } in SupportsObjCGC() function in Darwin5024 bool WebAssembly::SupportsObjCGC() const { return false; } in SupportsObjCGC() function in WebAssembly
5590 } else if (getToolChain().SupportsObjCGC()) { in ConstructJob()