Click or drag to resize
Llvm.NET LogoTarget Properties

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

The Target type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAvailableTargets
Retrieves an enumerable collection of the available targets built into this library
Public propertyDescription
Description of this target
Public propertyHasAsmBackEnd
Flag indicating if this target has an Assembly code generating back end initialized
Public propertyHasJIT
Flag indicating if this target has JIT support
Public propertyHasTargetMachine
Flag indicating if this target has a TargetMachine initialized
Public propertyName
Name of this target
Top
See Also