Searched refs:CacheSignature (Results 1 – 5 of 5) sorted by relevance
109 struct CacheSignature { struct119 CacheSignature() = default; argument122 CacheSignature(lldb_private::Module *module);125 CacheSignature(lldb_private::ObjectFile *objfile);142 bool operator==(const CacheSignature &rhs) const { argument148 bool operator!=(const CacheSignature &rhs) const { return !(*this == rhs); }
171 CacheSignature::CacheSignature(lldb_private::Module *module) { in CacheSignature() function in CacheSignature187 CacheSignature::CacheSignature(lldb_private::ObjectFile *objfile) { in CacheSignature() function in CacheSignature215 bool CacheSignature::Encode(DataEncoder &encoder) const { in Encode()237 bool CacheSignature::Decode(const lldb_private::DataExtractor &data, in Decode()
557 CacheSignature signature; in Decode()560 if (CacheSignature(m_dwarf->GetObjectFile()) != signature) { in Decode()572 CacheSignature signature(m_dwarf->GetObjectFile()); in Encode()
1260 CacheSignature signature(m_objfile); in Encode()1305 CacheSignature signature; in Decode()1311 if (CacheSignature(m_objfile) != signature) { in Decode()
48 struct CacheSignature;