Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h245 bool lookupAddressRange(object::SectionedAddress Address, uint64_t Size,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp324 if (!CUI.LineTable->lookupAddressRange(SecAddress, RangeSize, RowVector)) { in convertFunctionLineTable()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1343 bool DWARFDebugLine::LineTable::lookupAddressRange( in lookupAddressRange() function in DWARFDebugLine::LineTable
H A DDWARFContext.cpp1800 if (!LineTable->lookupAddressRange({Address.Address, Address.SectionIndex}, in getLineInfoForAddressRange()