Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp527 DWARFDebugLine::LineTable::findRowInSeq(const DWARFDebugLine::Sequence &seq, in findRowInSeq() function in DWARFDebugLine::LineTable
573 return findRowInSeq(found_seq, address); in lookupAddress()
607 first_row_index = findRowInSeq(cur_seq, address); in lookupAddressRange()
610 uint32_t last_row_index = findRowInSeq(cur_seq, end_addr - 1); in lookupAddressRange()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h219 uint32_t findRowInSeq(const DWARFDebugLine::Sequence &seq,