Enum TargetRegistrations
Target tools to register/enable
Namespace: Llvm.NET.Interop
Assembly: Llvm.NET.dll
Syntax
[Flags]
public enum TargetRegistrations
Fields
All | Registers all components |
AsmParser | Registers the assembly source parser for a target |
AsmPrinter | Registers the assembly source code generator for a target |
CodeGen | Registers all the code generation components |
Disassembler | Registers the Disassembler for a target |
None | Register nothing |
Target | Register the Target class |
TargetInfo | Register the Target info for the target |
TargetMachine | Register the target machine(s) for a target |