Home | History | Annotate | Download | only in common

Lines Matching full:lines

67 // line parser will call AddLine with a series of lines starting at address
104 // Instead of collecting runs of lines describing code that is not there,
117 // files to MODULE, and add all lines to the end of LINES. LINES
121 // sort out which lines belong to which functions; we don't add them
124 vector<Module::Line> *lines)
127 lines_(lines),
152 // lines are being accumulated.
155 // The vector of lines we're accumulating. Owned by our client.
157 // In a Module, as in a breakpad symbol file, lines belong to
158 // specific functions, but DWARF simply assigns lines to addresses;
162 // function info as well. Instead, we accumulate lines here, and let