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 179 std::string ThinLTOIndexFile;
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 794 if (!CI.getCodeGenOpts().ThinLTOIndexFile.empty()) {
796 llvm::getFunctionIndexForFile(CI.getCodeGenOpts().ThinLTOIndexFile,
801 << CI.getCodeGenOpts().ThinLTOIndexFile << "': " << Error
    [all...]
BackendUtil.cpp 328 if (!CodeGenOpts.ThinLTOIndexFile.empty()) {
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 540 Opts.ThinLTOIndexFile = Args.getLastArgValue(OPT_fthinlto_index_EQ);
    [all...]

Completed in 173 milliseconds