Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp560 std::vector<StringRef> ModulePaths; in exportToDot() local
562 ModulePaths.push_back(ModPath); in exportToDot()
563 llvm::sort(ModulePaths); in exportToDot()
565 for (auto &ModPath : ModulePaths) in exportToDot()
H A DAsmWriter.cpp1095 std::vector<StringRef> ModulePaths; in processIndex() local
1097 ModulePaths.push_back(ModPath); in processIndex()
1098 llvm::sort(ModulePaths.begin(), ModulePaths.end()); in processIndex()
1099 for (auto &ModPath : ModulePaths) in processIndex()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp538 std::vector<StringRef> ModulePaths; in forEachModule() local
540 ModulePaths.push_back(ModPath); in forEachModule()
541 llvm::sort(ModulePaths.begin(), ModulePaths.end()); in forEachModule()
542 for (auto &ModPath : ModulePaths) in forEachModule()