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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h291 uint32_t findRowInSeq(const DWARFDebugLine::Sequence &Seq,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1200 uint32_t DWARFDebugLine::LineTable::findRowInSeq( function in class:DWARFDebugLine::LineTable
1249 return findRowInSeq(*It, Address);
1295 FirstRowIndex = findRowInSeq(CurSeq, Address);
1299 findRowInSeq(CurSeq, {EndAddr - 1, Address.SectionIndex});

Completed in 102 milliseconds