vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
FuncDumpSettings
vox
ir
ir_dump
Undocumented in source.
struct
FuncDumpSettings {
bool
printVars
;
bool
printBlockFlags
;
bool
printBlockIns
;
bool
printBlockOuts
;
bool
printBlockRefs
;
bool
printInstrIndexEnabled
;
bool
printLivenessLinearIndex
;
bool
printVregLiveness
;
bool
printPregLiveness
;
bool
printUses
;
bool
printLiveness
;
bool
printPassName
;
bool
escapeForDot
;
}
Members
Variables
escapeForDot
bool
escapeForDot
;
Undocumented in source.
printBlockFlags
bool
printBlockFlags
;
Undocumented in source.
printBlockIns
bool
printBlockIns
;
Undocumented in source.
printBlockOuts
bool
printBlockOuts
;
Undocumented in source.
printBlockRefs
bool
printBlockRefs
;
Undocumented in source.
printInstrIndexEnabled
bool
printInstrIndexEnabled
;
Undocumented in source.
printLiveness
bool
printLiveness
;
Undocumented in source.
printLivenessLinearIndex
bool
printLivenessLinearIndex
;
Undocumented in source.
printPassName
bool
printPassName
;
Undocumented in source.
printPregLiveness
bool
printPregLiveness
;
Undocumented in source.
printUses
bool
printUses
;
Undocumented in source.
printVars
bool
printVars
;
Undocumented in source.
printVregLiveness
bool
printVregLiveness
;
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