Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h303 uint32_t lookupAddressImpl(object::SectionedAddress Address) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1241 uint32_t Result = lookupAddressImpl(Address); in lookupAddress()
1249 return lookupAddressImpl(Address); in lookupAddress()
1252 uint32_t DWARFDebugLine::LineTable::lookupAddressImpl( in lookupAddressImpl() function in DWARFDebugLine::LineTable