Searched refs:GCCName (Results 1 – 1 of 1) sorted by relevance
5294 const char *GCCName; in ConstructJob() local5296 GCCName = customGCCName.c_str(); in ConstructJob()5298 GCCName = "g++"; in ConstructJob()5300 GCCName = "gcc"; in ConstructJob()5303 Args.MakeArgString(getToolChain().GetProgramPath(GCCName)); in ConstructJob()5405 const char *GCCName = "hexagon-as"; in ConstructJob() local5406 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath(GCCName)); in ConstructJob()