Home
last modified time | relevance | path

Searched refs:ModsWithSummaries (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTO.h311 std::vector<AddedModule> ModsWithSummaries; member
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp673 RegularLTO.ModsWithSummaries.push_back(std::move(*ModOrErr)); in addModule()
1060 for (auto &M : RegularLTO.ModsWithSummaries) in runRegularLTO()