Documentation ¶
Overview ¶
Package framepointer defines an Analyzer that reports assembly code that clobbers the frame pointer before saving it.
Index ¶
Constants ¶
View Source
const Doc = "report assembly that clobbers the frame pointer before saving it"
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "framepointer", Doc: Doc, Run: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.