Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h242 bool lookupAddressRange(object::SectionedAddress Address, uint64_t Size,
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp261 if (!CUI.LineTable->lookupAddressRange(SecAddress, RangeSize, RowVector)) { in convertFunctionLineTable()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp1045 if (!LineTable->lookupAddressRange( in emitDebugLineInfoForOriginalFunctions()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1269 bool DWARFDebugLine::LineTable::lookupAddressRange( in lookupAddressRange() function in DWARFDebugLine::LineTable
H A DDWARFContext.cpp1309 if (!LineTable->lookupAddressRange({Address.Address, Address.SectionIndex}, in getLineInfoForAddressRange()