Searched refs:customGCCName (Results 1 – 1 of 1) sorted by relevance
171 const std::string &customGCCName = D.getCCCGenericGCCName(); in ConstructJob() local173 if (!customGCCName.empty()) in ConstructJob()174 GCCName = customGCCName.c_str(); in ConstructJob()