Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3037 std::vector<std::pair<std::string, ModuleHash>> moduleVec; in printModuleSummaryIndex() local
3040 moduleVec.resize(TheIndex->modulePaths().size()); in printModuleSummaryIndex()
3042 moduleVec[Machine.getModulePathSlot(ModPath)] = std::make_pair( in printModuleSummaryIndex()
3048 for (auto &ModPair : moduleVec) { in printModuleSummaryIndex()