Home
last modified time | relevance | path

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

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