Lines Matching defs:Lines
242 DebugInlineeLinesSubsectionRef &Lines, const llvm::pdb::SymbolGroup *SG) {
243 for (const InlineeSourceLine &Line : Lines) {
254 if (Lines.hasExtraFiles()) {
273 DebugInlineeLinesSubsectionRef Lines;
274 if (Error E = Lines.initialize(SR))
277 return collectInlineeInfo(Lines);
702 case DebugSubsectionKind::Lines:
751 DebugLinesSubsectionRef Lines;
752 if (Error E = Lines.initialize(Reader))
774 uint16_t Segment = Lines.header()->RelocSegment;
775 uint32_t Begin = Lines.header()->RelocOffset;
776 uint32_t Size = Lines.header()->CodeSize;
777 for (const LineColumnEntry &Block : Lines)
958 DebugInlineeLinesSubsectionRef &Lines) -> Error {
959 return collectInlineeInfo(Lines, &SG);
1071 DebugLinesSubsectionRef &Lines) -> Error {
1075 uint16_t Segment = Lines.header()->RelocSegment;
1076 uint32_t Begin = Lines.header()->RelocOffset;
1077 uint32_t Size = Lines.header()->CodeSize;
1091 for (const LineColumnEntry &Block : Lines)