Searched refs:LineSection (Results 1 – 6 of 6) sorted by relevance
92 StringRef LineSection; variable105 LineSection(lineSection), in DWARFContextInMemory()112 virtual StringRef getLineSection() { return LineSection; } in getLineSection()
90 MCLineSection *LineSection = MCLineSections.lookup(Section); in Make() local91 if (!LineSection) { in Make()95 LineSection = new MCLineSection; in Make()97 MCOS->getContext().addMCLineSection(Section, LineSection); in Make()101 LineSection->addLineEntry(LineEntry); in Make()131 const MCLineSection *LineSection) { in EmitDwarfLineTable() argument141 it = LineSection->getMCLineEntries()->begin(), in EmitDwarfLineTable()142 ie = LineSection->getMCLineEntries()->end(); it != ie; ++it) { in EmitDwarfLineTable()
111 StringRef LineSection; variable157 StringRef getLineSection() const { return LineSection; } in getLineSection()
251 DWARFSection LineSection; variable291 const DWARFSection &getLineSection() override { return LineSection; } in getLineSection()
41 LineSection(LS), StringSection(SS), StringOffsetSection([&]() { in DWARFUnit()
696 .Case("debug_line", &LineSection.Data) in DWARFContextInMemory()767 .Case("debug_line", &LineSection.Relocs) in DWARFContextInMemory()