Home
last modified time | relevance | path

Searched refs:findThinLTOModule (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);
68 Expected<BitcodeModule> findThinLTOModule(MemoryBufferRef MBRef);
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp642 Expected<BitcodeModule> BMOrErr = findThinLTOModule(**MBOrErr); in thinBackend()
673 BitcodeModule *lto::findThinLTOModule(MutableArrayRef<BitcodeModule> BMs) { in findThinLTOModule() function in lto
685 Expected<BitcodeModule> lto::findThinLTOModule(MemoryBufferRef MBRef) { in findThinLTOModule() function in lto
692 if (const BitcodeModule *Bm = lto::findThinLTOModule(*BMsOrErr)) in findThinLTOModule()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1071 BitcodeModule *Bm = llvm::lto::findThinLTOModule(*BMsOrErr); in loadModule()