Documentation ¶
Index ¶
- func SetArch(a Arch)
- type Arch
- type Parser
- func (p *Parser) DumpOriginalSSA(fn *ir.Func) *bytes.Buffer
- func (p *Parser) DumpOrignalSource(fn *ir.Func) (filename string, lines []string, startline int)
- func (p *Parser) NextUnparsedFunc() *ir.Func
- func (p *Parser) Package() *ir.Package
- func (p *Parser) ParseFunc(fn *ir.Func)
- func (p *Parser) Scan()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func (*Parser) DumpOrignalSource ¶
func (*Parser) NextUnparsedFunc ¶
Click to show internal directories.
Click to hide internal directories.