Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:Line

208   // list of line numbers and a single filename, representing lines that belong
212 void addLine(uint32_t Line) {
213 assert(Line != 0 && "Line zero is not a valid real line number.");
214 Lines.push_back(Line);
531 uint32_t Line = 0;
545 if (Line == Loc.getLine()) continue;
546 Line = Loc.getLine();