Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp267 auto [pos, inserted] = m_string_to_offset.try_emplace(s, m_next_offset); in Add()
289 assert(m_string_to_offset.find(s)->second == in Encode()
/llvm-project/lldb/include/lldb/Core/
H A DDataFileCache.h205 llvm::DenseMap<ConstString, uint32_t> m_string_to_offset; variable