Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DLTOBackend.h65 BitcodeModule *findThinLTOModule(MutableArrayRef<BitcodeModule> BMs);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp659 BitcodeModule *lto::findThinLTOModule(MutableArrayRef<BitcodeModule> BMs) { in findThinLTOModule() argument
660 if (ThinLTOAssumeMerged && BMs.size() == 1) in findThinLTOModule()
661 return BMs.begin(); in findThinLTOModule()
663 for (BitcodeModule &BM : BMs) { in findThinLTOModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DIRSymtab.cpp359 static Expected<FileContents> upgrade(ArrayRef<BitcodeModule> BMs) { in upgrade() argument
365 for (auto BM : BMs) { in upgrade()