Searched refs:ShouldUseFlangCompiler (Results 1 – 3 of 3) sorted by relevance
733 bool ShouldUseFlangCompiler(const JobAction &JA) const;
1066 if (D.IsFlangMode() && getDriver().ShouldUseFlangCompiler(JA)) return getFlang(); in SelectTool()
7008 bool Driver::ShouldUseFlangCompiler(const JobAction &JA) const { in ShouldUseFlangCompiler() function in Driver