Searched refs:ThinLTOIndexFile (Results 1 – 4 of 4) sorted by relevance
862 bool IsThinLTOPostLink = !CodeGenOpts.ThinLTOIndexFile.empty(); in RunOptimizationPipeline()1155 if (!CGOpts.ThinLTOIndexFile.empty()) { in EmitBackendOutput()1161 CGOpts.ThinLTOIndexFile, in EmitBackendOutput()1166 CGOpts.ThinLTOIndexFile + "': "); in EmitBackendOutput()
1084 if (!CI.getCodeGenOpts().ThinLTOIndexFile.empty()) { in loadModule()
265 std::string ThinLTOIndexFile; variable
1445 if (!Opts.ThinLTOIndexFile.empty()) in GenerateCodeGenArgs()1446 GenerateArg(Args, OPT_fthinlto_index_EQ, Opts.ThinLTOIndexFile, SA); in GenerateCodeGenArgs()1756 Opts.ThinLTOIndexFile = in ParseCodeGenArgs()