Searched defs:StackSource (Results 1 – 1 of 1) sorted by relevance
46 type StackSource struct { struct47 FullName string48 FileName string49 UniqueName string // Disambiguates functions with same names50 Inlined bool // If true this source was inlined into its caller54 Display []string64 Places []StackSlot67 Self int6471 Color int