Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InsnMap ¶
type InsnMap struct {
object.CallMap
FuncInsns [][]InsnMapping
// contains filtered or unexported fields
}
InsnMap implements compile.ObjectMap. It stores everything.
func (*InsnMap) InitObjectMap ¶
func (*InsnMap) PutFuncAddr ¶
func (*InsnMap) PutInsnAddr ¶
type InsnMapping ¶
type InsnMapping struct {
ObjectOffset int32 // Machine code byte position within a function
SourceIndex int32 // WebAssembly instruction count within a function
}
Instruction mapping from machine code to WebAssembly.
Click to show internal directories.
Click to hide internal directories.