Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h69 Expected<uint64_t> getAddrEntry(uint32_t Index) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAddr.cpp171 Expected<uint64_t> DWARFDebugAddrTable::getAddrEntry(uint32_t Index) const { in getAddrEntry() function in DWARFDebugAddrTable