Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp190 std::unique_ptr<ModuleSummaryIndex> SummaryIndex = in main() local
196 ExitOnErr(getMainModulePath(MainFunctionName, *SummaryIndex)); in main()
221 for (const auto &Entry : SummaryIndex->modulePaths()) { in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/
H A Dllvm-link.cpp65 SummaryIndex("summary-index", cl::desc("Module summary index filename"), variable
285 if (SummaryIndex.empty()) in importFunctions()
288 ExitOnErr(llvm::getModuleSummaryIndexForFile(SummaryIndex)); in importFunctions()
382 if (!SummaryIndex.empty()) { in linkFiles()
384 ExitOnErr(llvm::getModuleSummaryIndexForFile(SummaryIndex)); in linkFiles()