[−][src]Module inkwell::module
A Module
represets a single code compilation unit.
Structs
Module | Represents a reference to an LLVM |
Enums
FlagBehavior | Defines the operational behavior for a module wide flag. This documenation comes directly from the LLVM docs |
Linkage | This enum defines how to link a global variable or function in a module. The variant documenation is mostly taken straight from LLVM's own documentation except for some minor clarification. |