Home
last modified time | relevance | path

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

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