Home | History | Annotate | Download | only in gold

Lines Matching refs:Combined

182   // the information from intermediate files and write a combined
765 // combined module.
1138 /// Links the module in \p View from file \p F into the combined module
1303 /// Perform ThinLTO link, which creates the combined index file.
1480 std::unique_ptr<Module> Combined(new Module("ld-temp.o", Context));
1481 IRMover L(*Combined);
1495 GlobalValue *GV = Combined->getNamedValue(Name.first());
1509 saveBCFile(path, *Combined);
1514 CodeGen codeGen(std::move(Combined));