reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
466 const auto &MPI = Index.modulePaths().find(M.first); 467 if (MPI == Index.modulePaths().end()) { 477 for (const auto &MPSE : Index.modulePaths())lib/IR/AsmWriter.cpp
1027 for (auto &ModPath : TheIndex->modulePaths()) 2680 moduleVec.resize(TheIndex->modulePaths().size()); 2681 for (auto &ModPath : TheIndex->modulePaths())lib/LTO/ThinLTOCodeGenerator.cpp
323 if (!Index.modulePaths().count(ModuleID))
tools/llvm-lto/llvm-lto.cpp 466 for (auto &ModPath : Index.modulePaths()) {