Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h368 struct ParsingState { struct
380 struct AddrAndAdjustedOpcode {
390 struct AddrAndLineDelta {
400 struct LineTable *LineTable;
401 struct Row Row;
402 struct Sequence Sequence;
407 bool ReportAdvanceAddrProblem = true;
408 bool ReportBadLineRange = true;
409 function_ref<void(Error)> ErrorHandler;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp539 DWARFDebugLine::ParsingState::ParsingState( in ParsingState() function in DWARFDebugLine::ParsingState