Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp571 std::vector<StringRef> ModulePaths; in exportToDot() local
573 ModulePaths.push_back(ModPath); in exportToDot()
574 llvm::sort(ModulePaths); in exportToDot()
576 for (auto &ModPath : ModulePaths) in exportToDot()
H A DAsmWriter.cpp1160 std::vector<StringRef> ModulePaths; in processIndex() local
1162 ModulePaths.push_back(ModPath); in processIndex()
1163 llvm::sort(ModulePaths.begin(), ModulePaths.end()); in processIndex()
1164 for (auto &ModPath : ModulePaths) in processIndex()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp610 std::vector<StringRef> ModulePaths; in forEachModule() local
612 ModulePaths.push_back(ModPath); in forEachModule()
613 llvm::sort(ModulePaths.begin(), ModulePaths.end()); in forEachModule()
614 for (auto &ModPath : ModulePaths) in forEachModule()