Home | History | Annotate | Download | only in common

Lines Matching refs:Line

65 // function, and source line information.
124 // An abstract base class for handlers that handle DWARF line data
139 // Populate MODULE and LINES with source file names and code/line
140 // mappings, given a pointer to some DWARF line number data
144 Module *module, vector<Module::Line> *lines) = 0;
190 // FUNCTION includes code covered by no line number data.
193 // Line number NUMBER in LINE_FILE, of length LENGTH, includes code
195 virtual void UncoveredLine(const Module::Line &line);
224 // Print an unpaired function/line heading, once.
232 // unit's line number data. Use REPORTER to report problems with the
276 // Read source line information at OFFSET in the .debug_line
282 // Assign the lines in lines_ to the individual line lists of the
283 // functions in functions_. (DWARF line information maps an entire
294 // The handler to use to handle line number data.
303 // True if this compilation unit has source line information.
306 // The offset of this compilation unit's line number information in
310 // The line numbers we have seen thus far. We accumulate these here
313 vector<Module::Line> lines_;