go/src/cmd/internal/goobj/funcinfo.go

type CUFileIndex

type FuncInfo

func (a *FuncInfo) Write(w *bytes.Buffer) {}

type FuncInfoLengths

func (*FuncInfo) ReadFuncInfoLengths(b []byte) FuncInfoLengths {}

func (*FuncInfo) ReadArgs(b []byte) uint32 {}

func (*FuncInfo) ReadLocals(b []byte) uint32 {}

func (*FuncInfo) ReadFuncID(b []byte) abi.FuncID {}

func (*FuncInfo) ReadFuncFlag(b []byte) abi.FuncFlag {}

func (*FuncInfo) ReadStartLine(b []byte) int32 {}

func (*FuncInfo) ReadFile(b []byte, filesoff uint32, k uint32) CUFileIndex {}

func (*FuncInfo) ReadInlTree(b []byte, inltreeoff uint32, k uint32) InlTreeNode {}

type InlTreeNode

func (inl *InlTreeNode) Write(w *bytes.Buffer) {}

// Read an InlTreeNode from b, return the remaining bytes.
func (inl *InlTreeNode) Read(b []byte) []byte {}