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.cpp979 bool IsThinLTOPostLink = !CodeGenOpts.ThinLTOIndexFile.empty(); in RunOptimizationPipeline()
1303 if (!CGOpts.ThinLTOIndexFile.empty()) { in EmitBackendOutput()
1309 CGOpts.ThinLTOIndexFile, in EmitBackendOutput()
1314 CGOpts.ThinLTOIndexFile + "': "); in EmitBackendOutput()
H A DCodeGenAction.cpp1065 if (!CI.getCodeGenOpts().ThinLTOIndexFile.empty()) { in loadModule()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h300 std::string ThinLTOIndexFile; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1647 if (!Opts.ThinLTOIndexFile.empty()) in GenerateCodeGenArgs()
1648 GenerateArg(Consumer, OPT_fthinlto_index_EQ, Opts.ThinLTOIndexFile); in GenerateCodeGenArgs()
1946 Opts.ThinLTOIndexFile = in ParseCodeGenArgs()