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()
1102 std::vector<StringRef> ModulePaths; in processIndex() local1104 ModulePaths.push_back(ModPath); in processIndex()1105 llvm::sort(ModulePaths.begin(), ModulePaths.end()); in processIndex()1106 for (auto &ModPath : ModulePaths) in processIndex()
571 std::vector<StringRef> ModulePaths; in forEachModule() local573 ModulePaths.push_back(ModPath); in forEachModule()574 llvm::sort(ModulePaths.begin(), ModulePaths.end()); in forEachModule()575 for (auto &ModPath : ModulePaths) in forEachModule()