Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp947 bool IsThinLTOPostLink = !CodeGenOpts.ThinLTOIndexFile.empty(); in RunOptimizationPipeline()
1290 if (!CGOpts.ThinLTOIndexFile.empty()) { in EmitBackendOutput()
1296 CGOpts.ThinLTOIndexFile, in EmitBackendOutput()
1301 CGOpts.ThinLTOIndexFile + "': "); in EmitBackendOutput()
H A DCodeGenAction.cpp1074 if (!CI.getCodeGenOpts().ThinLTOIndexFile.empty()) { in loadModule()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h296 std::string ThinLTOIndexFile; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1571 if (!Opts.ThinLTOIndexFile.empty()) in GenerateCodeGenArgs()
1572 GenerateArg(Consumer, OPT_fthinlto_index_EQ, Opts.ThinLTOIndexFile); in GenerateCodeGenArgs()
1868 Opts.ThinLTOIndexFile = in ParseCodeGenArgs()