Lines Matching refs:Lines
247 DebugInlineeLinesSubsectionRef &Lines, const llvm::pdb::SymbolGroup *SG) {
248 for (const InlineeSourceLine &Line : Lines) {
259 if (Lines.hasExtraFiles()) {
278 DebugInlineeLinesSubsectionRef Lines;
279 if (Error E = Lines.initialize(SR))
282 return collectInlineeInfo(Lines);
707 case DebugSubsectionKind::Lines:
756 DebugLinesSubsectionRef Lines;
757 if (Error E = Lines.initialize(Reader))
779 uint16_t Segment = Lines.header()->RelocSegment;
780 uint32_t Begin = Lines.header()->RelocOffset;
781 uint32_t Size = Lines.header()->CodeSize;
782 for (const LineColumnEntry &Block : Lines)
963 DebugInlineeLinesSubsectionRef &Lines) -> Error {
964 return collectInlineeInfo(Lines, &SG);
1076 DebugLinesSubsectionRef &Lines) -> Error {
1080 uint16_t Segment = Lines.header()->RelocSegment;
1081 uint32_t Begin = Lines.header()->RelocOffset;
1082 uint32_t Size = Lines.header()->CodeSize;
1096 for (const LineColumnEntry &Block : Lines)