Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp343 if (const llvm::DWARFUnitIndex::Entry *entry = m_header.GetIndexEntry()) { in SetDwoStrOffsetsBase()
487 if (const llvm::DWARFUnitIndex::Entry *entry = m_header.GetIndexEntry()) { in SetLoclistsBase()
531 if (const llvm::DWARFUnitIndex::Entry *entry = m_header.GetIndexEntry()) { in GetLocationData()
544 if (const llvm::DWARFUnitIndex::Entry *entry = m_header.GetIndexEntry()) { in GetRnglistData()
H A DDWARFUnit.h69 const llvm::DWARFUnitIndex::Entry *GetIndexEntry() const { in GetIndexEntry() function