findThinLTOModule overloads
Synopses
Declared in <llvm/LTO/LTOBackend.h>
Variant of the above.
Returns the BitcodeModule that is ThinLTO.
Return Value
-
The ThinLTO BitcodeModule, or an error if none is found.
-
Pointer to the ThinLTO BitcodeModule, or nullptr if none is found.
Parameters
Name |
Description |
MBRef |
Memory buffer containing bitcode modules to search. |
BMs |
Bitcode modules to search for the ThinLTO module. |
Created with MrDocs