Searched refs:SupportsObjCGC (Results 1 – 4 of 4) sorted by relevance
289 virtual bool SupportsObjCGC() const { return true; } in SupportsObjCGC() function
342 bool SupportsObjCGC() const override { return false; } in SupportsObjCGC() function533 bool SupportsObjCGC() const override;1108 bool SupportsObjCGC() const override;
1205 bool Darwin::SupportsObjCGC() const { return isTargetMacOS(); } in SupportsObjCGC() function in Darwin4443 bool WebAssembly::SupportsObjCGC() const { return false; } in SupportsObjCGC() function in WebAssembly
5093 } else if (getToolChain().SupportsObjCGC()) { in ConstructJob()