Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DRangeMap.h260 Entry &GetEntryRef(size_t i) { return m_entries[i]; } in GetEntryRef() function
261 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
489 Entry &GetEntryRef(size_t i) { return m_entries[i]; } in GetEntryRef() function
490 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
717 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function