Enum NativeDumpFlags
Flags used by
Namespace: Burst.Compiler.IL
Syntax
public enum NativeDumpFlags
Fields
| Name | Description |
|---|---|
| All | |
| Analysis | Dumps the result of analysis |
| Asm | Dumps the generated ASM code (by default will also compile the function as using Function flag) |
| Backend | Dumps the reformated backend API Calls |
| Function | Generate the native code |
| IL | Dumps the IL of the method being compiled |
| IR | Dumps the generated module without optimizations |
| IROptimized | Dumps the generated backend code after optimizations (if enabled) |
| IRPassAnalysis | Dumps the diagnostics from optimisation |
| None | Nothing is selected. |