Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFContext.h93 StringRef LineSection; variable
106 LineSection(lineSection), in DWARFContextInMemory()
113 virtual StringRef getLineSection() { return LineSection; } in getLineSection()
/external/llvm/lib/MC/
DMCDwarf.cpp92 MCLineSection *LineSection = MCLineSections.lookup(Section); in Make() local
93 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() argument
143 it = LineSection->getMCLineEntries()->begin(), in EmitDwarfLineTable()
144 ie = LineSection->getMCLineEntries()->end(); it != ie; ++it) { in EmitDwarfLineTable()