Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/
DLTO.h335 std::vector<AddedModule> ModsWithSummaries; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DLTO.cpp672 RegularLTO.ModsWithSummaries.push_back(std::move(*ModOrErr)); in addModule()
1054 for (auto &M : RegularLTO.ModsWithSummaries) in runRegularLTO()