Lines Matching refs:Line
92 fprintf(stderr, "warning: DWARF line number data refers to undefined"
116 // Should we omit this line? (See the comments for omitted_line_end_.)
128 fprintf(stderr, "warning: DWARF line number data refers to "
134 Module::Line line;
135 line.address = address;
136 // We set the size when we get the next line or the EndSequence call.
137 line.size = length;
138 line.file = file;
139 line.number = line_num;
140 lines_->push_back(line);