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