Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2911 std::vector<std::pair<std::string, ModuleHash>> moduleVec; in printModuleSummaryIndex() local
2914 moduleVec.resize(TheIndex->modulePaths().size()); in printModuleSummaryIndex()
2916 moduleVec[Machine.getModulePathSlot(ModPath.first())] = std::make_pair( in printModuleSummaryIndex()
2924 for (auto &ModPair : moduleVec) { in printModuleSummaryIndex()