Searched refs:SupportsObjCGC (Results 1 – 4 of 4) sorted by relevance
184 virtual bool SupportsObjCGC() const { return true; } in SupportsObjCGC() function
355 virtual bool SupportsObjCGC() const;
949 bool Darwin::SupportsObjCGC() const { in SupportsObjCGC() function in Darwin
2586 } else if (getToolChain().SupportsObjCGC()) { in ConstructJob()