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

References

tools/clang/lib/CodeGen/BackendUtil.cpp
 1504   if (!CGOpts.ThinLTOIndexFile.empty()) {
 1509         llvm::getModuleSummaryIndexForFile(CGOpts.ThinLTOIndexFile,
 1514                             CGOpts.ThinLTOIndexFile + "': ");
tools/clang/lib/CodeGen/CodeGenAction.cpp
  986   if (!CI.getCodeGenOpts().ThinLTOIndexFile.empty()) {
tools/clang/lib/Frontend/CompilerInvocation.cpp
  986     Opts.ThinLTOIndexFile = Args.getLastArgValue(OPT_fthinlto_index_EQ);