Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1573 static DWARFDebugLine::SectionParser::LineToUnitMap
1575 DWARFDebugLine::SectionParser::LineToUnitMap LineToUnit; in buildLineToUnitMap()
1583 DWARFDebugLine::SectionParser::SectionParser( in SectionParser() function in DWARFDebugLine::SectionParser
1596 DWARFDebugLine::LineTable DWARFDebugLine::SectionParser::parseNext( in parseNext()
1612 void DWARFDebugLine::SectionParser::skip( in skip()
1626 DWARFUnit *DWARFDebugLine::SectionParser::prepareToParse(uint64_t Offset) { in prepareToParse()
1635 bool DWARFDebugLine::SectionParser::hasValidVersion(uint64_t Offset) { in hasValidVersion()
1650 void DWARFDebugLine::SectionParser::moveToNextTable(uint64_t OldOffset, in moveToNextTable()
H A DDWARFContext.cpp1161 auto DumpLineSection = [&](DWARFDebugLine::SectionParser Parser, in dump()
1198 DWARFDebugLine::SectionParser Parser(LineData, *this, normal_units()); in dump()
1207 DWARFDebugLine::SectionParser Parser(LineData, *this, dwo_units()); in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h347 class SectionParser {
351 LLVM_ABI SectionParser(DWARFDataExtractor &Data, const DWARFContext &C,
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp647 DWARFDebugLine::SectionParser Parser(LineData, DICtx, DICtx.normal_units()); in collectObjectSources()