Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1615 llvm::raw_string_ostream id_strm(identifier); in Hash() local
1616 id_strm << m_arch.GetTriple().str() << '-' << m_file.GetPath(); in Hash()
1618 id_strm << '(' << m_object_name << ')'; in Hash()
1620 id_strm << m_object_offset; in Hash()
1623 id_strm << mtime; in Hash()
1624 return llvm::djbHash(id_strm.str()); in Hash()