Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/llvm/docs/
H A DORCv2.rst744 for (auto &ModulePath : ModulePaths) {