Click or drag to resize
Llvm.NET LogoNativeModule Properties

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

The NativeModule type exposes the following members.

Properties
  NameDescription
Public propertyContext
Context this module belongs to
Public propertyDataLayoutString
Data layout string
Public propertyDIBuilder
DebugInfoBuilder to create debug information for this module
Public propertyDICompileUnit
Debug Compile unit for this module
Public propertyFunctions
Enumerable collection of functions contained in this module
Public propertyGlobals
Globals contained by this module
Public propertyLayout
Target data layout for this module
Public propertyModuleFlags
Public propertyName
Name of the module
Public propertyTargetTriple
Target Triple describing the target, ABI and OS
Top
See Also