Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTOBackend.h65 BitcodeModule *findThinLTOModule(MutableArrayRef<BitcodeModule> BMs);
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp656 BitcodeModule *lto::findThinLTOModule(MutableArrayRef<BitcodeModule> BMs) { in findThinLTOModule() argument
657 if (ThinLTOAssumeMerged && BMs.size() == 1) in findThinLTOModule()
658 return BMs.begin(); in findThinLTOModule()
660 for (BitcodeModule &BM : BMs) { in findThinLTOModule()
/llvm-project-15.0.7/llvm/lib/Object/
H A DIRSymtab.cpp373 static Expected<FileContents> upgrade(ArrayRef<BitcodeModule> BMs) { in upgrade() argument
379 for (auto BM : BMs) { in upgrade()