Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h403 struct ParsingState { struct
410 struct AddrOpIndexDelta {
421 struct OpcodeAdvanceResults {
432 struct SpecialOpcodeDelta {
444 struct LineTable *LineTable;
445 struct Row Row;
446 struct Sequence Sequence;
451 bool ReportAdvanceAddrProblem = true;
452 bool ReportBadLineRange = true;
453 function_ref<void(Error)> ErrorHandler;
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h112 struct ParsingState { struct
129 ParsingState State; argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp562 DWARFDebugLine::ParsingState::ParsingState( in ParsingState() function in DWARFDebugLine::ParsingState