Searched refs:ModulePaths (Results 1 – 3 of 3) sorted by relevance
571 std::vector<StringRef> ModulePaths; in exportToDot() local573 ModulePaths.push_back(ModPath); in exportToDot()574 llvm::sort(ModulePaths); in exportToDot()576 for (auto &ModPath : ModulePaths) in exportToDot()
1160 std::vector<StringRef> ModulePaths; in processIndex() local1162 ModulePaths.push_back(ModPath); in processIndex()1163 llvm::sort(ModulePaths.begin(), ModulePaths.end()); in processIndex()1164 for (auto &ModPath : ModulePaths) in processIndex()
610 std::vector<StringRef> ModulePaths; in forEachModule() local612 ModulePaths.push_back(ModPath); in forEachModule()613 llvm::sort(ModulePaths.begin(), ModulePaths.end()); in forEachModule()614 for (auto &ModPath : ModulePaths) in forEachModule()