Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h240 uint32_t lookupAddress(object::SectionedAddress Address) const;
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1241 uint32_t DWARFDebugLine::LineTable::lookupAddress( in lookupAddress() function in DWARFDebugLine::LineTable
1408 uint32_t RowIndex = lookupAddress(Address); in getFileLineInfoForAddress()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp190 uint32_t RowIndex = LineTable->lookupAddress( in findDebugLineInformationForInstructionAt()