Home
last modified time | relevance | path

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

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