Home
last modified time | relevance | path

Searched refs:lookupAddressRange (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h249 bool lookupAddressRange(object::SectionedAddress Address, uint64_t Size,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp260 if (!CUI.LineTable->lookupAddressRange(SecAddress, RangeSize, RowVector)) { in convertFunctionLineTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1265 bool DWARFDebugLine::LineTable::lookupAddressRange( in lookupAddressRange() function in DWARFDebugLine::LineTable
H A DDWARFContext.cpp1279 if (!LineTable->lookupAddressRange({Address.Address, Address.SectionIndex}, in getLineInfoForAddressRange()