Searched refs:LineSection (Results 1 – 2 of 2) sorted by relevance
93 StringRef LineSection; variable106 LineSection(lineSection), in DWARFContextInMemory()113 virtual StringRef getLineSection() { return LineSection; } in getLineSection()
92 MCLineSection *LineSection = MCLineSections.lookup(Section); in Make() local93 if (!LineSection) { in Make()97 LineSection = new MCLineSection; in Make()99 MCOS->getContext().addMCLineSection(Section, LineSection); in Make()103 LineSection->addLineEntry(LineEntry); in Make()133 const MCLineSection *LineSection) { in EmitDwarfLineTable() argument143 it = LineSection->getMCLineEntries()->begin(), in EmitDwarfLineTable()144 ie = LineSection->getMCLineEntries()->end(); it != ie; ++it) { in EmitDwarfLineTable()