vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
IrDumpContext
vox
ir
ir_dump
Undocumented in source.
struct
IrDumpContext {
CompilationContext
*
context
;
IrFunction
*
ir
;
FuncDumpSettings
*
settings
;
TextSink
*
sink
;
LivenessInfo
*
liveness
;
string
passName
;
}
Members
Variables
context
CompilationContext
*
context
;
Undocumented in source.
ir
IrFunction
*
ir
;
Undocumented in source.
liveness
LivenessInfo
*
liveness
;
Undocumented in source.
passName
string
passName
;
Undocumented in source.
settings
FuncDumpSettings
*
settings
;
Undocumented in source.
sink
TextSink
*
sink
;
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