Searched refs:LineSection (Results 1 – 3 of 3) sorted by relevance
87 MCLineSection *LineSection = MCLineSections.lookup(Section); in Make() local88 if (!LineSection) { in Make()92 LineSection = new MCLineSection; in Make()94 MCOS->getContext().addMCLineSection(Section, LineSection); in Make()98 LineSection->addLineEntry(LineEntry, in Make()129 const MCLineSection *LineSection, in EmitDwarfLineTable() argument132 if (!LineSection->containEntriesForID(CUID)) in EmitDwarfLineTable()144 it = LineSection->getMCLineEntries(CUID).begin(), in EmitDwarfLineTable()145 ie = LineSection->getMCLineEntries(CUID).end(); it != ie; ++it) { in EmitDwarfLineTable()
187 Section LineSection; variable218 virtual const Section &getLineSection() { return LineSection; } in getLineSection()
610 .Case("debug_line", &LineSection.Data) in DWARFContextInMemory()653 .Case("debug_line", &LineSection.Relocs) in DWARFContextInMemory()