Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Core/
DModule.cpp1668 llvm::raw_string_ostream id_strm(identifier); in Hash() local
1669 id_strm << m_arch.GetTriple().str() << '-' << m_file.GetPath(); in Hash()
1671 id_strm << '(' << m_object_name.GetStringRef() << ')'; in Hash()
1673 id_strm << m_object_offset; in Hash()
1676 id_strm << mtime; in Hash()
1677 return llvm::djbHash(id_strm.str()); in Hash()