Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h250 std::string ThinLTOIndexFile; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp660 if (!CodeGenOpts.ThinLTOIndexFile.empty()) in CreatePasses()
1355 bool IsThinLTOPostLink = !CodeGenOpts.ThinLTOIndexFile.empty(); in EmitAssemblyWithNewPassManager()
1621 if (!CGOpts.ThinLTOIndexFile.empty()) { in EmitBackendOutput()
1626 llvm::getModuleSummaryIndexForFile(CGOpts.ThinLTOIndexFile, in EmitBackendOutput()
1631 CGOpts.ThinLTOIndexFile + "': "); in EmitBackendOutput()
H A DCodeGenAction.cpp984 if (!CI.getCodeGenOpts().ThinLTOIndexFile.empty()) { in loadModule()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1425 if (!Opts.ThinLTOIndexFile.empty()) in GenerateCodeGenArgs()
1426 GenerateArg(Args, OPT_fthinlto_index_EQ, Opts.ThinLTOIndexFile, SA); in GenerateCodeGenArgs()
1720 Opts.ThinLTOIndexFile = in ParseCodeGenArgs()