Documentation
¶
Index ¶
- Constants
- func CanInsertTrapOrLink(fn *ir.Func) (string, bool)
- func InsertTrapForFunc(fn *ir.Func, forGeneric bool) bool
- func NewBoolLit(pos src.XPos, b bool) ir.Node
- func NewInt64Lit(pos src.XPos, i int64) ir.Node
- func NewIntLit(pos src.XPos, i int) ir.Node
- func NewStringLit(pos src.XPos, s string) ir.Node
- func Patch()
Constants ¶
View Source
const XgoLinkSetTrap = "__xgo_link_set_trap"
View Source
const XgoLinkSetTrapVar = "__xgo_link_set_trap_var"
View Source
const XgoTrapForGenerated = "__xgo_trap_for_generated"
View Source
const XgoTrapVarForGenerated = "__xgo_trap_var_for_generated"
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.