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.h72 LLVM_ABI BitcodeModule *findThinLTOModule(MutableArrayRef<BitcodeModule> BMs);
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp730 BitcodeModule *lto::findThinLTOModule(MutableArrayRef<BitcodeModule> BMs) { in findThinLTOModule() argument
731 if (ThinLTOAssumeMerged && BMs.size() == 1) in findThinLTOModule()
732 return BMs.begin(); in findThinLTOModule()
734 for (BitcodeModule &BM : BMs) { in findThinLTOModule()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp385 static Expected<FileContents> upgrade(ArrayRef<BitcodeModule> BMs) { in upgrade() argument
391 for (auto BM : BMs) { in upgrade()