Click or drag to resize
Llvm.NET LogoNativeModule Constructor

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodNativeModule
Creates an unnamed module without debug information
Public methodNativeModule(String)
Creates a new module with the specified id in a new context
Public methodNativeModule(String, Context)
Creates an named module in a given context
Public methodNativeModule(String, SourceLanguage, String, String, Boolean, String, UInt32)
Creates a named module with a root DICompileUnit to contain debugging information
Public methodNativeModule(String, Context, SourceLanguage, String, String, Boolean, String, UInt32)
Creates a named module with a root DICompileUnit to contain debugging information
Top
See Also