Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DMemory.cpp120 return m_invalid_ranges.RemoveEntryAtIndex(idx); in RemoveInvalidRange()
291 m_free_blocks.RemoveEntryAtIndex(i); in ReserveBlock()
322 m_reserved_blocks.RemoveEntryAtIndex(entry_idx); in FreeBlock()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DRangeMap.h209 bool RemoveEntryAtIndex(uint32_t idx) { in RemoveEntryAtIndex() function