Home
last modified time | relevance | path

Searched defs:InlTreeNode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/goobj/
Dfuncinfo.go110 type InlTreeNode struct { struct
111 Parent int32
112 File CUFileIndex
113 Line int32
114 Func SymRef
115 ParentPC int32
118 func (inl *InlTreeNode) Write(w *bytes.Buffer) {
133 func (inl *InlTreeNode) Read(b []byte) []byte {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loader/
Dloader.go2054 type InlTreeNode struct { struct
2055 Parent int32
2056 File goobj.CUFileIndex
2057 Line int32
2058 Func Sym
2059 ParentPC int32