Searched defs:WebListInstruction (Results 1 – 1 of 1) sorted by relevance
222 type WebListInstruction struct { struct223 NewBlock bool // Insert marker that indicates separation from previous block224 Flat string225 Cumulative string226 Synthetic bool227 Address uint64228 Disasm string229 FileLine string230 InlinedCalls []WebListCall