Home
last modified time | relevance | path

Searched defs:ParsingState (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h370 struct ParsingState { struct
382 struct AddrAndAdjustedOpcode {
392 struct AddrAndLineDelta {
402 struct LineTable *LineTable;
403 struct Row Row;
404 struct Sequence Sequence;
409 bool ReportAdvanceAddrProblem = true;
410 bool ReportBadLineRange = true;
411 function_ref<void(Error)> ErrorHandler;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp539 DWARFDebugLine::ParsingState::ParsingState( in ParsingState() function in DWARFDebugLine::ParsingState