Searched defs:lexblock (Results 1 – 1 of 1) sorted by relevance
315 func scopesToString(v []*lexblock) string {323 func checkScopes(tgt []int, out []*lexblock) bool {360 type lexblock struct { struct361 id int362 ranges [][2]uint64363 vars []variable364 scopes []lexblock390 func readScope(ctxt *scopexplainContext, scope *lexblock, entry *dwarf.Entry) {436 func (scope *lexblock) markLines(pcln objfile.Liner, lines map[line][]*lexblock) {