Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.h136 uint32_t lookupAddress(uint64_t address, uint64_t cu_high_pc) const;
DDWARFContext.cpp158 uint32_t rowIndex = lineTable->lookupAddress(address, hiPC); in getLineInfoForAddress()
DDWARFDebugLine.cpp443 DWARFDebugLine::LineTable::lookupAddress(uint64_t address, in lookupAddress() function in DWARFDebugLine::LineTable
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h186 uint32_t lookupAddress(uint64_t address) const;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp553 uint32_t DWARFDebugLine::LineTable::lookupAddress(uint64_t address) const { in lookupAddress() function in DWARFDebugLine::LineTable
667 uint32_t RowIndex = lookupAddress(Address); in getFileLineInfoForAddress()