HomeSort by: relevance | last modified time | path
    Searched refs:ThinLTOIndexFile (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h 250 std::string ThinLTOIndexFile;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 652 if (!CodeGenOpts.ThinLTOIndexFile.empty())
1348 bool IsThinLTOPostLink = !CodeGenOpts.ThinLTOIndexFile.empty();
1614 if (!CGOpts.ThinLTOIndexFile.empty()) {
1619 llvm::getModuleSummaryIndexForFile(CGOpts.ThinLTOIndexFile,
1624 CGOpts.ThinLTOIndexFile + "': ");
CodeGenAction.cpp 982 if (!CI.getCodeGenOpts().ThinLTOIndexFile.empty()) {
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp 1428 if (!Opts.ThinLTOIndexFile.empty())
1429 GenerateArg(Args, OPT_fthinlto_index_EQ, Opts.ThinLTOIndexFile, SA);
1717 Opts.ThinLTOIndexFile =

Completed in 33 milliseconds