Home
last modified time | relevance | path

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

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