Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFContext.h92 StringRef LineSection; variable
105 LineSection(lineSection), in DWARFContextInMemory()
112 virtual StringRef getLineSection() { return LineSection; } in getLineSection()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCDwarf.cpp90 MCLineSection *LineSection = MCLineSections.lookup(Section); in Make() local
91 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() argument
141 it = LineSection->getMCLineEntries()->begin(), in EmitDwarfLineTable()
142 ie = LineSection->getMCLineEntries()->end(); it != ie; ++it) { in EmitDwarfLineTable()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h111 StringRef LineSection; variable
157 StringRef getLineSection() const { return LineSection; } in getLineSection()
DDWARFContext.h251 DWARFSection LineSection; variable
291 const DWARFSection &getLineSection() override { return LineSection; } in getLineSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp41 LineSection(LS), StringSection(SS), StringOffsetSection([&]() { in DWARFUnit()
DDWARFContext.cpp696 .Case("debug_line", &LineSection.Data) in DWARFContextInMemory()
767 .Case("debug_line", &LineSection.Relocs) in DWARFContextInMemory()