Searched refs:SectionParser (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 1446 static DWARFDebugLine::SectionParser::LineToUnitMap 1448 DWARFDebugLine::SectionParser::LineToUnitMap LineToUnit; in buildLineToUnitMap() 1456 DWARFDebugLine::SectionParser::SectionParser( in SectionParser() function in DWARFDebugLine::SectionParser 1469 DWARFDebugLine::LineTable DWARFDebugLine::SectionParser::parseNext( in parseNext() 1485 void DWARFDebugLine::SectionParser::skip( in skip() 1499 DWARFUnit *DWARFDebugLine::SectionParser::prepareToParse(uint64_t Offset) { in prepareToParse() 1508 void DWARFDebugLine::SectionParser::moveToNextTable(uint64_t OldOffset, in moveToNextTable()
|
| H A D | DWARFContext.cpp | 517 auto DumpLineSection = [&](DWARFDebugLine::SectionParser Parser, in dump() 554 DWARFDebugLine::SectionParser Parser(LineData, *this, normal_units()); in dump() 563 DWARFDebugLine::SectionParser Parser(LineData, *this, dwo_units()); in dump()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 314 class SectionParser { 318 SectionParser(DWARFDataExtractor &Data, const DWARFContext &C,
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 545 DWARFDebugLine::SectionParser Parser(LineData, DICtx, DICtx.normal_units()); in collectObjectSources()
|