Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h304 uint32_t lookupAddressImpl(object::SectionedAddress Address) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1303 uint32_t Result = lookupAddressImpl(Address); in lookupAddress()
1311 return lookupAddressImpl(Address); in lookupAddress()
1314 uint32_t DWARFDebugLine::LineTable::lookupAddressImpl( in lookupAddressImpl() function in DWARFDebugLine::LineTable