Lines Matching refs:CC1Args
172 ArgStringList &CC1Args) const { in AddClangSystemIncludeArgs()
176 void ToolChain::addClangTargetOptions(ArgStringList &CC1Args) const { in addClangTargetOptions()
211 ArgStringList &CC1Args, in addSystemInclude() argument
213 CC1Args.push_back("-internal-isystem"); in addSystemInclude()
214 CC1Args.push_back(DriverArgs.MakeArgString(Path)); in addSystemInclude()
226 ArgStringList &CC1Args, in addExternCSystemInclude() argument
228 CC1Args.push_back("-internal-externc-isystem"); in addExternCSystemInclude()
229 CC1Args.push_back(DriverArgs.MakeArgString(Path)); in addExternCSystemInclude()
234 ArgStringList &CC1Args, in addSystemIncludes() argument
238 CC1Args.push_back("-internal-isystem"); in addSystemIncludes()
239 CC1Args.push_back(DriverArgs.MakeArgString(*I)); in addSystemIncludes()
244 ArgStringList &CC1Args) const { in AddClangCXXStdlibIncludeArgs()
254 DriverArgs.AddAllArgs(CC1Args, options::OPT_stdlib_EQ); in AddClangCXXStdlibIncludeArgs()