Home
last modified time | relevance | path

Searched refs:lookupAddressImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h320 uint32_t lookupAddressImpl(object::SectionedAddress Address,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1327 uint32_t Result = lookupAddressImpl(Address, IsApproximateLine); in lookupAddress()
1335 return lookupAddressImpl(Address, IsApproximateLine); in lookupAddress()
1339 DWARFDebugLine::LineTable::lookupAddressImpl(object::SectionedAddress Address, in lookupAddressImpl() function in DWARFDebugLine::LineTable