Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp452 for (auto &ModIt : ModuleToDefinedGVS) { in exportToDot() local
453 auto ModId = getModuleId(ModIt.first); in exportToDot()
454 OS << " // Module: " << ModIt.first << "\n"; in exportToDot()
458 OS << " label = \"" << sys::path::filename(ModIt.first) << "\";\n"; in exportToDot()
461 auto &GVSMap = ModIt.second; in exportToDot()