ΒΆbool initImportList(
const llvm::Module& M,
const llvm::ModuleSummaryIndex& CombinedIndex,
FunctionImporter::ImportMapTy& ImportList)
bool initImportList(
const llvm::Module& M,
const llvm::ModuleSummaryIndex& CombinedIndex,
FunctionImporter::ImportMapTy& ImportList)
Description
Distributed ThinLTO: collect the referenced modules based on module summary and initialize ImportList. Returns false if the operation failed.
Declared at: llvm/include/llvm/LTO/LTOBackend.h:73
Parameters
- const llvm::Module& M
- const llvm::ModuleSummaryIndex& CombinedIndex
- FunctionImporter::ImportMapTy& ImportList