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.h304 uint32_t lookupAddressImpl(object::SectionedAddress Address) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1319 uint32_t Result = lookupAddressImpl(Address); in lookupAddress()
1327 return lookupAddressImpl(Address); in lookupAddress()
1330 uint32_t DWARFDebugLine::LineTable::lookupAddressImpl( in lookupAddressImpl() function in DWARFDebugLine::LineTable