Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AssemblyLinePattern = regexp.MustCompile(`^(\s+)(0x[0-9a-f]+)(\s+)([0-9a-f]+)(\s+)(.+)$`)
Functions ¶
func FormatAssemblyWithAlignment ¶ added in v1.45.13
FormatAssemblyWithAlignment aligns the instruction column (last column) in assembly output. It preserves Go source code lines (non-assembly lines) without modification.
Types ¶
type FunctionInfo ¶
Click to show internal directories.
Click to hide internal directories.