Documentation ¶
Index ¶
- Variables
- func SetArch(a Arch)
- type Arch
- type FrontEnd
- func (fe *FrontEnd) DumpOriginalSSA(fn *ir2.Func) *bytes.Buffer
- func (fe *FrontEnd) DumpOrignalSource(fn *ir2.Func) (filename string, lines []string, startline int)
- func (fe *FrontEnd) NextUnparsedFunc() *ir2.Func
- func (fe *FrontEnd) ParseFunc(fn *ir2.Func)
- func (fe *FrontEnd) Program() *ir2.Program
- func (fe *FrontEnd) Scan()
- type TypeMapper
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrParsing = errors.New("parse failure")
Functions ¶
Types ¶
type FrontEnd ¶
type FrontEnd struct {
// contains filtered or unexported fields
}
func NewFrontEnd ¶
func (*FrontEnd) DumpOrignalSource ¶
func (*FrontEnd) NextUnparsedFunc ¶
type TypeMapper ¶
type TypeMapper struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.