Searched refs:SectionParser (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 1503 static DWARFDebugLine::SectionParser::LineToUnitMap 1505 DWARFDebugLine::SectionParser::LineToUnitMap LineToUnit; in buildLineToUnitMap() 1513 DWARFDebugLine::SectionParser::SectionParser( in SectionParser() function in DWARFDebugLine::SectionParser 1526 DWARFDebugLine::LineTable DWARFDebugLine::SectionParser::parseNext( in parseNext() 1542 void DWARFDebugLine::SectionParser::skip( in skip() 1556 DWARFUnit *DWARFDebugLine::SectionParser::prepareToParse(uint64_t Offset) { in prepareToParse() 1565 bool DWARFDebugLine::SectionParser::hasValidVersion(uint64_t Offset) { in hasValidVersion() 1580 void DWARFDebugLine::SectionParser::moveToNextTable(uint64_t OldOffset, in moveToNextTable()
|
| H A D | DWARFContext.cpp | 1164 auto DumpLineSection = [&](DWARFDebugLine::SectionParser Parser, in dump() 1201 DWARFDebugLine::SectionParser Parser(LineData, *this, normal_units()); in dump() 1210 DWARFDebugLine::SectionParser Parser(LineData, *this, dwo_units()); in dump()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 318 class SectionParser { 322 SectionParser(DWARFDataExtractor &Data, const DWARFContext &C,
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 603 DWARFDebugLine::SectionParser Parser(LineData, DICtx, DICtx.normal_units()); in collectObjectSources()
|