Searched refs:ReportAdvanceAddrProblem (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h420 bool ReportAdvanceAddrProblem = true; member in struct:llvm::DWARFDebugLine::ParsingState
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp626 if (ReportAdvanceAddrProblem && LineTable->Prologue.getVersion() >= 4 &&
640 if (ReportAdvanceAddrProblem && LineTable->Prologue.MaxOpsPerInst > 1)
650 if (ReportAdvanceAddrProblem && LineTable->Prologue.MinInstLength == 0)
658 ReportAdvanceAddrProblem = false;

Completed in 168 milliseconds