Home
last modified time | relevance | path

Searched refs:ThinLTOIndexFile (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Frontend/
DCodeGenOptions.h168 std::string ThinLTOIndexFile; variable
/external/clang/lib/CodeGen/
DBackendUtil.cpp705 if (!CodeGenOpts.ThinLTOIndexFile.empty()) { in EmitAssembly()
708 CodeGenOpts.ThinLTOIndexFile, [&](const DiagnosticInfo &DI) { in EmitAssembly()
713 errs() << "Error loading index file '" << CodeGenOpts.ThinLTOIndexFile in EmitAssembly()
DCodeGenAction.cpp802 if (!CI.getCodeGenOpts().ThinLTOIndexFile.empty()) in ExecuteAction()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp616 Opts.ThinLTOIndexFile = Args.getLastArgValue(OPT_fthinlto_index_EQ); in ParseCodeGenArgs()