reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Driver/ToolChains/Clang.cpp
 3454     DumpCompilationDatabase(C, MJ->getValue(), TripleStr, Output, Input, Args);
 3458     DumpCompilationDatabaseFragmentToDir(GenCDBFragment->getValue(), C,
 3469       NormalizedTriple = C.getSingleOffloadToolChain<Action::OFK_Host>()
 3475           (IsCuda ? C.getSingleOffloadToolChain<Action::OFK_Cuda>()
 3476                   : C.getSingleOffloadToolChain<Action::OFK_HIP>())
 3483             C.getSingleOffloadToolChain<Action::OFK_Cuda>());
 3498         C.getSingleOffloadToolChain<Action::OFK_Host>()
 3538       switch (C.getDefaultToolChain().getArch()) {
 3570     CollectArgsForIntegratedAssembler(C, Args, CmdArgs, D);
 3652   if (C.getDriver().embedBitcodeInObject() && !C.getDriver().isUsingLTO() &&
 3652   if (C.getDriver().embedBitcodeInObject() && !C.getDriver().isUsingLTO() &&
 3757     C.addCommand(std::make_unique<Command>(JA, *this, D.getClangProgramPath(),
 3762   if (C.getDriver().embedBitcodeMarkerOnly() && !C.getDriver().isUsingLTO())
 3762   if (C.getDriver().embedBitcodeMarkerOnly() && !C.getDriver().isUsingLTO())
 3768   if (!C.isForDiagnostics())
 4208     addPGOAndCoverageFlags(TC, C, D, Output, Args, CmdArgs);
 4243     AddPreprocessingOptions(C, JA, D, Args, CmdArgs, Output, Inputs);
 4896   RenderModulesOptions(C, D, Args, Input, Output, CmdArgs, HaveModules);
 4914   if (!C.getDriver().IsCLMode())
 5190       (C.isForDiagnostics() && !HaveModules))
 5242   if (C.getDriver().isSaveTempsEnabled() &&
 5274   if (C.getDriver().isSaveTempsEnabled() &&
 5275       !(C.getDriver().embedBitcodeInObject() && !C.getDriver().isUsingLTO()) &&
 5275       !(C.getDriver().embedBitcodeInObject() && !C.getDriver().isUsingLTO()) &&
 5540         getCLFallback()->GetCommand(C, JA, Output, Inputs, Args, LinkingOutput);
 5541     C.addCommand(std::make_unique<FallbackCommand>(
 5547     C.addCommand(std::make_unique<ForceSuccessCommand>(JA, *this, Exec,
 5550     C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
 5557     C.getJobs().getJobs().back()->setPrintInputFilenames(true);