Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1446 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 DDWARFContext.cpp517 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 DDWARFDebugLine.h314 class SectionParser {
318 SectionParser(DWARFDataExtractor &Data, const DWARFContext &C,
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp545 DWARFDebugLine::SectionParser Parser(LineData, DICtx, DICtx.normal_units()); in collectObjectSources()