Searched refs:LineSection (Results 1 – 3 of 3) sorted by relevance
164 StringRef LineSection; variable193 virtual StringRef getLineSection() { return LineSection; } in getLineSection()
564 .Case("debug_line", &LineSection) in DWARFContextInMemory()
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()