Home
last modified time | relevance | path

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

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