llvm::lto::findThinLTOModule

Returns the BitcodeModule that is ThinLTO.

Synopsis

Declared in <llvm/LTO/LTOBackend.h>

BitcodeModule*
findThinLTOModule(MutableArrayRef<BitcodeModule> BMs);

Return Value

Pointer to the ThinLTO BitcodeModule, or nullptr if none is found.

Parameters

NameDescription
BMsBitcode modules to search for the ThinLTO module.