Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp652 if (!CodeGenOpts.ThinLTOIndexFile.empty()) in CreatePasses()
1348 bool IsThinLTOPostLink = !CodeGenOpts.ThinLTOIndexFile.empty(); in EmitAssemblyWithNewPassManager()
1614 if (!CGOpts.ThinLTOIndexFile.empty()) { in EmitBackendOutput()
1619 llvm::getModuleSummaryIndexForFile(CGOpts.ThinLTOIndexFile, in EmitBackendOutput()
1624 CGOpts.ThinLTOIndexFile + "': "); in EmitBackendOutput()
H A DCodeGenAction.cpp982 if (!CI.getCodeGenOpts().ThinLTOIndexFile.empty()) { in loadModule()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h250 std::string ThinLTOIndexFile; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1428 if (!Opts.ThinLTOIndexFile.empty()) in GenerateCodeGenArgs()
1429 GenerateArg(Args, OPT_fthinlto_index_EQ, Opts.ThinLTOIndexFile, SA); in GenerateCodeGenArgs()
1717 Opts.ThinLTOIndexFile = in ParseCodeGenArgs()