vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
IrTypeDump
vox
ir
ir_dump
Undocumented in source.
struct
IrTypeDump {
this
(IrIndex index, CompilationContext ctx);
IrIndex
index
;
CompilationContext
*
ctx
;
void
toString
(void delegate(const(char)[]) sink);
}
Constructors
this
this
(IrIndex index, CompilationContext ctx)
Undocumented in source.
Members
Functions
toString
void
toString
(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ctx
CompilationContext
*
ctx
;
Undocumented in source.
index
IrIndex
index
;
Undocumented in source.
Meta
Source
See Implementation
vox
ir
ir_dump
aliases
InstructionDumper
IrIndexDumper
functions
dumpArg
dumpArgs
dumpBinBranch
dumpBranchTargets
dumpFunction
dumpFunctionCFG
dumpFunctionImpl
dumpIrIndex
dumpIrInstr
dumpIrType
dumpJmp
dumpOptionalResult
dumpSwitch
dumpTypes
dumpUnBranch
structs
FuncDumpSettings
InstrPrintInfo
IrDumpContext
IrDumpHandlers
IrIndexDump
IrTypeDump
variables
instrSetDumpHandlers