Home
last modified time | relevance | path

Searched refs:SectionParser (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1503 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 DDWARFContext.cpp1164 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 DDWARFDebugLine.h318 class SectionParser {
322 SectionParser(DWARFDataExtractor &Data, const DWARFContext &C,
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp603 DWARFDebugLine::SectionParser Parser(LineData, DICtx, DICtx.normal_units()); in collectObjectSources()