Searched refs:SectionParser (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDebugLineTest.cpp | 77 DWARFDebugLine::SectionParser setupParser() { in setupParser() 93 return DWARFDebugLine::SectionParser(LineData, *Context, Units); in setupParser() 1215 DWARFDebugLine::SectionParser Parser = setupParser(); 1246 DWARFDebugLine::SectionParser Parser = setupParser(); 1272 DWARFDebugLine::SectionParser Parser(LineData, *Context, Units); 1291 DWARFDebugLine::SectionParser Parser(LineData, *Context, Units); 1319 DWARFDebugLine::SectionParser Parser(LineData, *Context, Units); 1348 DWARFDebugLine::SectionParser Parser(LineData, *Context, Units); 1382 DWARFDebugLine::SectionParser Parser(LineData, *Context, Units); 1417 DWARFDebugLine::SectionParser Parser(LineData, *Context, Units); [all …]
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 1426 static DWARFDebugLine::SectionParser::LineToUnitMap 1428 DWARFDebugLine::SectionParser::LineToUnitMap LineToUnit; in buildLineToUnitMap() 1436 DWARFDebugLine::SectionParser::SectionParser( in SectionParser() function in DWARFDebugLine::SectionParser 1449 DWARFDebugLine::LineTable DWARFDebugLine::SectionParser::parseNext( in parseNext() 1465 void DWARFDebugLine::SectionParser::skip( in skip() 1479 DWARFUnit *DWARFDebugLine::SectionParser::prepareToParse(uint64_t Offset) { in prepareToParse() 1488 void DWARFDebugLine::SectionParser::moveToNextTable(uint64_t OldOffset, in moveToNextTable()
|
| H A D | DWARFContext.cpp | 520 auto DumpLineSection = [&](DWARFDebugLine::SectionParser Parser, in dump() 557 DWARFDebugLine::SectionParser Parser(LineData, *this, normal_units()); in dump() 566 DWARFDebugLine::SectionParser Parser(LineData, *this, dwo_units()); in dump()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 310 class SectionParser { 314 SectionParser(DWARFDataExtractor &Data, const DWARFContext &C,
|
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 532 DWARFDebugLine::SectionParser Parser(LineData, DICtx, DICtx.normal_units()); in collectObjectSources()
|