Searched refs:ThinLTOIndexFile (Results 1 – 4 of 4) sorted by relevance
930 bool IsThinLTOPostLink = !CodeGenOpts.ThinLTOIndexFile.empty(); in RunOptimizationPipeline()1230 if (!CGOpts.ThinLTOIndexFile.empty()) { in EmitBackendOutput()1236 CGOpts.ThinLTOIndexFile, in EmitBackendOutput()1241 CGOpts.ThinLTOIndexFile + "': "); in EmitBackendOutput()
1111 if (!CI.getCodeGenOpts().ThinLTOIndexFile.empty()) { in loadModule()
285 std::string ThinLTOIndexFile; variable
1457 if (!Opts.ThinLTOIndexFile.empty()) in GenerateCodeGenArgs()1458 GenerateArg(Args, OPT_fthinlto_index_EQ, Opts.ThinLTOIndexFile, SA); in GenerateCodeGenArgs()1764 Opts.ThinLTOIndexFile = in ParseCodeGenArgs()