Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1421 static DWARFDebugLine::SectionParser::LineToUnitMap
1423 DWARFDebugLine::SectionParser::LineToUnitMap LineToUnit; in buildLineToUnitMap()
1431 DWARFDebugLine::SectionParser::SectionParser( in SectionParser() function in DWARFDebugLine::SectionParser
1444 DWARFDebugLine::LineTable DWARFDebugLine::SectionParser::parseNext( in parseNext()
1460 void DWARFDebugLine::SectionParser::skip( in skip()
1474 DWARFUnit *DWARFDebugLine::SectionParser::prepareToParse(uint64_t Offset) { in prepareToParse()
1483 void DWARFDebugLine::SectionParser::moveToNextTable(uint64_t OldOffset, in moveToNextTable()
H A DDWARFContext.cpp514 auto DumpLineSection = [&](DWARFDebugLine::SectionParser Parser, in dump()
551 DWARFDebugLine::SectionParser Parser(LineData, *this, normal_units()); in dump()
560 DWARFDebugLine::SectionParser Parser(LineData, *this, dwo_units()); in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h316 class SectionParser {
320 SectionParser(DWARFDataExtractor &Data, const DWARFContext &C,