Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTOBackend.h65 BitcodeModule *findThinLTOModule(MutableArrayRef<BitcodeModule> BMs);
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp671 BitcodeModule *lto::findThinLTOModule(MutableArrayRef<BitcodeModule> BMs) { in findThinLTOModule() argument
672 if (ThinLTOAssumeMerged && BMs.size() == 1) in findThinLTOModule()
673 return BMs.begin(); in findThinLTOModule()
675 for (BitcodeModule &BM : BMs) { in findThinLTOModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp380 static Expected<FileContents> upgrade(ArrayRef<BitcodeModule> BMs) { in upgrade() argument
386 for (auto BM : BMs) { in upgrade()