Searched refs:FindThinLTOModule (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DBackendUtil.h50 FindThinLTOModule(llvm::MemoryBufferRef MBRef);
52 FindThinLTOModule(llvm::MutableArrayRef<llvm::BitcodeModule> BMs);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1464 Expected<BitcodeModule> clang::FindThinLTOModule(MemoryBufferRef MBRef) { function in class:clang
1471 if (const BitcodeModule *Bm = FindThinLTOModule(*BMsOrErr))
1478 BitcodeModule *clang::FindThinLTOModule(MutableArrayRef<BitcodeModule> BMs) { function in class:clang
1531 Expected<BitcodeModule> BMOrErr = FindThinLTOModule(**MBOrErr);
H A DCodeGenAction.cpp1066 BitcodeModule *Bm = FindThinLTOModule(*BMsOrErr);

Completed in 54 milliseconds