Searched refs:m_string_to_offset (Results 1 – 2 of 2) sorted by relevance
267 auto pos = m_string_to_offset.find(s); in Add()268 if (pos != m_string_to_offset.end()) in Add()272 m_string_to_offset[s] = offset; in Add()291 assert(m_string_to_offset.find(s)->second == in Encode()
205 llvm::DenseMap<ConstString, uint32_t> m_string_to_offset; variable