HomeSort by relevance Sort by last modified time
    Searched refs:ThinLTOIndexFile (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Frontend/
CodeGenOptions.h 168 std::string ThinLTOIndexFile;
  /external/clang/lib/CodeGen/
BackendUtil.cpp 705 if (!CodeGenOpts.ThinLTOIndexFile.empty()) {
708 CodeGenOpts.ThinLTOIndexFile, [&](const DiagnosticInfo &DI) {
713 errs() << "Error loading index file '" << CodeGenOpts.ThinLTOIndexFile
    [all...]
CodeGenAction.cpp 802 if (!CI.getCodeGenOpts().ThinLTOIndexFile.empty())
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 616 Opts.ThinLTOIndexFile = Args.getLastArgValue(OPT_fthinlto_index_EQ);
    [all...]

Completed in 271 milliseconds