Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1046 bool IsThinLTOPostLink = !CodeGenOpts.ThinLTOIndexFile.empty(); in RunOptimizationPipeline()
1411 if (!CGOpts.ThinLTOIndexFile.empty()) { in emitBackendOutput()
1417 CGOpts.ThinLTOIndexFile, in emitBackendOutput()
1422 CGOpts.ThinLTOIndexFile + "': "); in emitBackendOutput()
H A DCodeGenAction.cpp1023 if (!CI.getCodeGenOpts().ThinLTOIndexFile.empty()) { in loadModule()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h312 std::string ThinLTOIndexFile; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1725 if (!Opts.ThinLTOIndexFile.empty()) in GenerateCodeGenArgs()
1726 GenerateArg(Consumer, OPT_fthinlto_index_EQ, Opts.ThinLTOIndexFile); in GenerateCodeGenArgs()
2063 Opts.ThinLTOIndexFile = in ParseCodeGenArgs()