Home
last modified time | relevance | path

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

/llvm-project/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp72 ModulePaths.reserve(VI.getSummaryList().size()); in DuplicateDefinitionInSummary()
74 ModulePaths.push_back(S->modulePath().str()); in DuplicateDefinitionInSummary()
75 llvm::sort(ModulePaths); in DuplicateDefinitionInSummary()
81 for (const std::string &Path : ModulePaths) { in log()
92 std::vector<std::string> ModulePaths; member in DuplicateDefinitionInSummary
106 ModulePaths.reserve(Index.modulePaths().size()); in DefinitionNotFoundInSummary()
108 ModulePaths.push_back(Entry.first().str()); in DefinitionNotFoundInSummary()
109 llvm::sort(ModulePaths); in DefinitionNotFoundInSummary()
115 for (const std::string &Path : ModulePaths) { in log()
126 std::vector<std::string> ModulePaths; member in DefinitionNotFoundInSummary
/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp571 std::vector<StringRef> ModulePaths; in exportToDot()
573 ModulePaths.push_back(ModPath); in exportToDot()
574 llvm::sort(ModulePaths); in exportToDot()
576 for (auto &ModPath : ModulePaths) in exportToDot()
560 std::vector<StringRef> ModulePaths; exportToDot() local
H A DAsmWriter.cpp1104 std::vector<StringRef> ModulePaths; in processIndex()
1106 ModulePaths.push_back(ModPath); in processIndex()
1107 llvm::sort(ModulePaths.begin(), ModulePaths.end()); in processIndex()
1108 for (auto &ModPath : ModulePaths) in processIndex()
1102 std::vector<StringRef> ModulePaths; processIndex() local
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp580 std::vector<StringRef> ModulePaths; in getValueId()
582 ModulePaths.push_back(ModPath); in getValueId()
583 llvm::sort(ModulePaths.begin(), ModulePaths.end());
584 for (auto &ModPath : ModulePaths) in valueIds()
561 std::vector<StringRef> ModulePaths; forEachModule() local
/llvm-project/llvm/docs/
H A DORCv2.rst744 for (auto &ModulePath : ModulePaths) {