Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp930 bool IsThinLTOPostLink = !CodeGenOpts.ThinLTOIndexFile.empty(); in RunOptimizationPipeline()
1230 if (!CGOpts.ThinLTOIndexFile.empty()) { in EmitBackendOutput()
1236 CGOpts.ThinLTOIndexFile, in EmitBackendOutput()
1241 CGOpts.ThinLTOIndexFile + "': "); in EmitBackendOutput()
H A DCodeGenAction.cpp1111 if (!CI.getCodeGenOpts().ThinLTOIndexFile.empty()) { in loadModule()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h285 std::string ThinLTOIndexFile; variable
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1457 if (!Opts.ThinLTOIndexFile.empty()) in GenerateCodeGenArgs()
1458 GenerateArg(Args, OPT_fthinlto_index_EQ, Opts.ThinLTOIndexFile, SA); in GenerateCodeGenArgs()
1764 Opts.ThinLTOIndexFile = in ParseCodeGenArgs()