Home
last modified time | relevance | path

Searched defs:GetEntryRef (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DRangeMap.h298 Entry &GetEntryRef(size_t i) { return m_entries[i]; } in GetEntryRef() function
299 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
526 Entry &GetEntryRef(size_t i) { return m_entries[i]; } in GetEntryRef() function
527 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
758 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function