Home
last modified time | relevance | path

Searched refs:LineSection (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/
DDWARFContext.h164 StringRef LineSection; variable
193 virtual StringRef getLineSection() { return LineSection; } in getLineSection()
DDWARFContext.cpp564 .Case("debug_line", &LineSection) in DWARFContextInMemory()
/external/llvm/lib/MC/
DMCDwarf.cpp87 MCLineSection *LineSection = MCLineSections.lookup(Section); in Make() local
88 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() argument
132 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()