Home
last modified time | relevance | path

Searched refs:findRowInSeq (Results 1 – 4 of 4) 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp867 DWARFDebugLine::LineTable::findRowInSeq(const DWARFDebugLine::Sequence &Seq, in findRowInSeq() function in DWARFDebugLine::LineTable
913 return findRowInSeq(FoundSeq, Address); in lookupAddress()
947 FirstRowIndex = findRowInSeq(CurSeq, Address); in lookupAddressRange()
950 uint32_t LastRowIndex = findRowInSeq(CurSeq, EndAddr - 1); in lookupAddressRange()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h219 uint32_t findRowInSeq(const DWARFDebugLine::Sequence &seq,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h265 uint32_t findRowInSeq(const DWARFDebugLine::Sequence &Seq,