Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp2887 std::vector<std::pair<std::string, ModuleHash>> moduleVec; in printModuleSummaryIndex() local
2890 moduleVec.resize(TheIndex->modulePaths().size()); in printModuleSummaryIndex()
2892 moduleVec[Machine.getModulePathSlot(ModPath)] = std::make_pair( in printModuleSummaryIndex()
2899 for (auto &ModPair : moduleVec) { in printModuleSummaryIndex()