Searched refs:ModulePaths (Results 1 – 3 of 3) sorted by relevance
560 std::vector<StringRef> ModulePaths; in exportToDot() local562 ModulePaths.push_back(ModPath); in exportToDot()563 llvm::sort(ModulePaths); in exportToDot()565 for (auto &ModPath : ModulePaths) in exportToDot()
1095 std::vector<StringRef> ModulePaths; in processIndex() local1097 ModulePaths.push_back(ModPath); in processIndex()1098 llvm::sort(ModulePaths.begin(), ModulePaths.end()); in processIndex()1099 for (auto &ModPath : ModulePaths) in processIndex()
538 std::vector<StringRef> ModulePaths; in forEachModule() local540 ModulePaths.push_back(ModPath); in forEachModule()541 llvm::sort(ModulePaths.begin(), ModulePaths.end()); in forEachModule()542 for (auto &ModPath : ModulePaths) in forEachModule()