Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp862 bool IsThinLTOPostLink = !CodeGenOpts.ThinLTOIndexFile.empty(); in RunOptimizationPipeline()
1155 if (!CGOpts.ThinLTOIndexFile.empty()) { in EmitBackendOutput()
1161 CGOpts.ThinLTOIndexFile, in EmitBackendOutput()
1166 CGOpts.ThinLTOIndexFile + "': "); in EmitBackendOutput()
H A DCodeGenAction.cpp1084 if (!CI.getCodeGenOpts().ThinLTOIndexFile.empty()) { in loadModule()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h265 std::string ThinLTOIndexFile; variable
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1445 if (!Opts.ThinLTOIndexFile.empty()) in GenerateCodeGenArgs()
1446 GenerateArg(Args, OPT_fthinlto_index_EQ, Opts.ThinLTOIndexFile, SA); in GenerateCodeGenArgs()
1756 Opts.ThinLTOIndexFile = in ParseCodeGenArgs()