LLVM Objects#
Module#
- class omvll.Module#
 This class mirrors
llvm::Module- property data_layout#
 Get the data layout string for the module’s target platform.
- dump(self: omvll.Module, file: str) None#
 This function dumps the IR instructions of the current module in the file provided in the second parameter.
- property identifier#
 
- property instruction_count#
 The number of non-debug IR instructions in the module.
- property name#
 The short “name” of this module
- property source_filename#
 The source filename of the module