Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h186 uint32_t lookupAddress(uint64_t address) const;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp561 uint32_t DWARFDebugLine::LineTable::lookupAddress(uint64_t address) const { in lookupAddress() function in DWARFDebugLine::LineTable
678 uint32_t RowIndex = lookupAddress(Address); in getFileLineInfoForAddress()