Searched refs:ThinLTOIndexFile (Results 1 – 4 of 4) sorted by relevance
1046 bool IsThinLTOPostLink = !CodeGenOpts.ThinLTOIndexFile.empty(); in RunOptimizationPipeline()1411 if (!CGOpts.ThinLTOIndexFile.empty()) { in emitBackendOutput()1417 CGOpts.ThinLTOIndexFile, in emitBackendOutput()1422 CGOpts.ThinLTOIndexFile + "': "); in emitBackendOutput()
1023 if (!CI.getCodeGenOpts().ThinLTOIndexFile.empty()) { in loadModule()
312 std::string ThinLTOIndexFile; variable
1725 if (!Opts.ThinLTOIndexFile.empty()) in GenerateCodeGenArgs()1726 GenerateArg(Consumer, OPT_fthinlto_index_EQ, Opts.ThinLTOIndexFile); in GenerateCodeGenArgs()2063 Opts.ThinLTOIndexFile = in ParseCodeGenArgs()