Expand description
Auto-generated module
🤖 Generated with SplitRS
Structs§
- CILAnalysis
Cache - CILCache
Entry - CILConstant
Folding Helper - CILDep
Graph - CILDominator
Tree - CILLiveness
Info - CILPass
Config - CILPass
Registry - CILPass
Stats - CILWorklist
- CilAssembly
- A .NET assembly containing one or more classes.
- CilBackend
- CIL code generation backend.
- CilCall
Sig - An indirect call signature.
- CilClass
- A CIL class definition.
- CilExt
Config - A generic key-value configuration store for CilExt.
- CilExt
Diag Collector - Collects CilExt diagnostics.
- CilExt
Diag Msg - A diagnostic message from a CilExt pass.
- CilExt
Emit Stats - Emission statistics for CilExt.
- CilExt
Event Log - A fixed-capacity ring buffer of strings (for recent-event logging in CilExt).
- CilExt
Features - A feature flag set for CilExt capabilities.
- CilExt
IdGen - A monotonically increasing ID generator for CilExt.
- CilExt
Incr Key - Heuristic freshness key for CilExt incremental compilation.
- CilExt
Name Scope - Tracks declared names for CilExt scope analysis.
- CilExt
Pass Timing - Pass-timing record for CilExt profiler.
- CilExt
Profiler - Pipeline profiler for CilExt.
- CilExt
Source Buffer - A text buffer for building CilExt output source code.
- CilExt
Version - A version tag for CilExt output artifacts.
- CilField
- A field declaration in a CIL class.
- CilField
Ref - A reference to a .NET field.
- CilLocal
- A local variable declaration within a CIL method.
- CilMethod
- A CIL method definition.
- CilMethod
Ref - A reference to a .NET method for use in call instructions.
Enums§
- CILPass
Phase - CilCall
Conv - Calling convention for CIL method references.
- CilExt
Diag Severity - Severity of a CilExt diagnostic.
- CilInstr
- CIL instruction set.
- CilLiteral
- A compile-time literal value (used in field initializers).
- CilType
- CIL type representation.
- CilVisibility
- Visibility of a CIL method or field.