Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTOBackend.h73 bool initImportList(const Module &M, const ModuleSummaryIndex &CombinedIndex,
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp682 bool lto::initImportList(const Module &M, in initImportList() function in lto
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp1059 if (!lto::initImportList(*M, *CombinedIndex, ImportList)) in runThinLTOBackend()