Searched refs:linkCombinedIndex (Results 1 – 3 of 3) sorted by relevance
198 std::unique_ptr<ModuleSummaryIndex> linkCombinedIndex();
489 std::unique_ptr<ModuleSummaryIndex> ThinLTOCodeGenerator::linkCombinedIndex() { in linkCombinedIndex() function in ThinLTOCodeGenerator693 auto Index = linkCombinedIndex(); in run()
448 auto CombinedIndex = ThinGenerator.linkCombinedIndex(); in thinLink()