Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp69 DWARFDebugLine::SectionParser setupParser() { in setupParser()
85 return DWARFDebugLine::SectionParser(LineData, *Context, CUs, TUs); in setupParser()
477 DWARFDebugLine::SectionParser Parser = setupParser(); in TEST_F()
504 DWARFDebugLine::SectionParser Parser = setupParser(); in TEST_F()
525 DWARFDebugLine::SectionParser Parser(LineData, *Context, CUs, TUs); in TEST_F()
539 DWARFDebugLine::SectionParser Parser(LineData, *Context, CUs, TUs); in TEST_F()
560 DWARFDebugLine::SectionParser Parser(LineData, *Context, CUs, TUs); in TEST_F()
581 DWARFDebugLine::SectionParser Parser(LineData, *Context, CUs, TUs); in TEST_F()
609 DWARFDebugLine::SectionParser Parser(LineData, *Context, CUs, TUs); in TEST_F()
638 DWARFDebugLine::SectionParser Parser(LineData, *Context, CUs, TUs); in TEST_F()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp1048 static DWARFDebugLine::SectionParser::LineToUnitMap
1049 buildLineToUnitMap(DWARFDebugLine::SectionParser::cu_range CUs, in buildLineToUnitMap()
1050 DWARFDebugLine::SectionParser::tu_range TUSections) { in buildLineToUnitMap()
1051 DWARFDebugLine::SectionParser::LineToUnitMap LineToUnit; in buildLineToUnitMap()
1064 DWARFDebugLine::SectionParser::SectionParser(DWARFDataExtractor &Data, in SectionParser() function in DWARFDebugLine::SectionParser
1077 DWARFDebugLine::LineTable DWARFDebugLine::SectionParser::parseNext( in parseNext()
1092 void DWARFDebugLine::SectionParser::skip( in skip()
1104 DWARFUnit *DWARFDebugLine::SectionParser::prepareToParse(uint32_t Offset) { in prepareToParse()
1113 void DWARFDebugLine::SectionParser::moveToNextTable(uint32_t OldOffset, in moveToNextTable()
DDWARFContext.cpp411 auto DumpLineSection = [&](DWARFDebugLine::SectionParser Parser, in dump()
432 DWARFDebugLine::SectionParser Parser(LineData, *this, compile_units(), in dump()
441 DWARFDebugLine::SectionParser Parser(LineData, *this, dwo_compile_units(), in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h279 class SectionParser {
286 SectionParser(DWARFDataExtractor &Data, const DWARFContext &C, cu_range CUs,