Searched refs:SectionParser (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 1519 static DWARFDebugLine::SectionParser::LineToUnitMap 1521 DWARFDebugLine::SectionParser::LineToUnitMap LineToUnit; in buildLineToUnitMap() 1529 DWARFDebugLine::SectionParser::SectionParser( in SectionParser() function in DWARFDebugLine::SectionParser 1542 DWARFDebugLine::LineTable DWARFDebugLine::SectionParser::parseNext( in parseNext() 1558 void DWARFDebugLine::SectionParser::skip( in skip() 1572 DWARFUnit *DWARFDebugLine::SectionParser::prepareToParse(uint64_t Offset) { in prepareToParse() 1581 bool DWARFDebugLine::SectionParser::hasValidVersion(uint64_t Offset) { in hasValidVersion() 1596 void DWARFDebugLine::SectionParser::moveToNextTable(uint64_t OldOffset, in moveToNextTable()
|
H A D | DWARFContext.cpp | 1165 auto DumpLineSection = [&](DWARFDebugLine::SectionParser Parser, in dump() 1202 DWARFDebugLine::SectionParser Parser(LineData, *this, normal_units()); in dump() 1211 DWARFDebugLine::SectionParser Parser(LineData, *this, dwo_units()); in dump()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 318 class SectionParser { 322 SectionParser(DWARFDataExtractor &Data, const DWARFContext &C,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 633 DWARFDebugLine::SectionParser Parser(LineData, DICtx, DICtx.normal_units()); in collectObjectSources()
|