Returns the BitcodeModule that is ThinLTO.
Declared in <llvm/LTO/LTOBackend.h>
BitcodeModule*
findThinLTOModule(MutableArrayRef<BitcodeModule> BMs);
Pointer to the ThinLTO BitcodeModule, or nullptr if none is found.
| Name | Description |
|---|---|
| BMs | Bitcode modules to search for the ThinLTO module. |