Lines Matching refs:getDriver
35 const Driver &D = getToolChain().getDriver(); in ConstructJob()
115 const Driver &D = ToolChain.getDriver(); in ConstructJob()
176 ToolChain.getDriver().Diag(diag::err_drv_unsupported_option_argument) in ConstructJob()
253 path::parent_path(ToolChain.getDriver().ClangExecutable) + in ConstructJob()
258 C.getDriver().GetTemporaryPath("CreateExportList", "exp"); in ConstructJob()
299 switch (ToolChain.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
347 getProgramPaths().push_back(getDriver().Dir); in AIX()
351 getLibraryPaths().push_back(getDriver().SysRoot + "/usr/lib"); in AIX()
360 if (!getDriver().SysRoot.empty()) in GetHeaderSysroot()
361 return getDriver().SysRoot; in GetHeaderSysroot()
371 switch (getDriver().getOpenMPRuntime(DriverArgs)) { in AddOpenMPIncludeArgs()
394 const Driver &D = getDriver(); in AddClangSystemIncludeArgs()
549 addTocDataOptions(Args, CC1Args, getDriver()); in addClangTargetOptions()