Home
last modified time | relevance | path

Searched refs:prepareToParse (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h320 DWARFUnit *prepareToParse(uint32_t Offset);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp1082 DWARFUnit *U = prepareToParse(Offset); in parseNext()
1096 DWARFUnit *U = prepareToParse(Offset); in skip()
1104 DWARFUnit *DWARFDebugLine::SectionParser::prepareToParse(uint32_t Offset) { in prepareToParse() function in DWARFDebugLine::SectionParser