| TargetRegistrations Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: Llvm.NET
[FlagsAttribute] public enum TargetRegistrations
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Register nothing | |
| Target | 1 | Register the Target class | |
| TargetInfo | 2 | Register the Target info for the target | |
| TargetMachine | 4 | Register the target machine(s) for a target | |
| AsmPrinter | 8 | Registers the assembly source code generator for a target | |
| Disassembler | 16 | Registers the Disassembler for a target | |
| AsmParser | 32 | Registers the assembly source parser for a target | |
| CodeGen | 7 | Registers all the code generation components | |
| All | 63 | Registers all components |