Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Ddebug.go29 type FuncDebug struct { struct
31 Slots []LocalSlot
33 Vars []*ir.Name
35 VarSlots [][]SlotID
37 LocationLists [][]byte
40 RegOutputParams []*ir.Name
42 OptDcl []*ir.Name
48 GetPC func(block, value ID) int64
563 …ug(ctxt *obj.Link, f *Func, loggingLevel int, stackOffset func(LocalSlot) int32, rval *FuncDebug) {
1504 …c (debugInfo *FuncDebug) PutLocationList(list []byte, ctxt *obj.Link, listSym, startPC *obj.LSym) {
[all …]