Searched refs:CacheSignature (Results 1 – 6 of 6) sorted by relevance
98 struct CacheSignature { struct108 CacheSignature() = default; argument111 CacheSignature(lldb_private::Module *module);114 CacheSignature(lldb_private::ObjectFile *objfile);131 bool operator==(const CacheSignature &rhs) const { argument137 bool operator!=(const CacheSignature &rhs) const { return !(*this == rhs); }
158 CacheSignature::CacheSignature(lldb_private::Module *module) { in CacheSignature() function in CacheSignature174 CacheSignature::CacheSignature(lldb_private::ObjectFile *objfile) { in CacheSignature() function in CacheSignature202 bool CacheSignature::Encode(DataEncoder &encoder) const { in Encode()224 bool CacheSignature::Decode(const lldb_private::DataExtractor &data, in Decode()
201 static void EncodeDecode(const CacheSignature &object, ByteOrder byte_order, in EncodeDecode()211 CacheSignature decoded_object; in EncodeDecode()216 static void EncodeDecode(const CacheSignature &object, bool encode_result) { in EncodeDecode()222 CacheSignature sig; in TEST()
630 CacheSignature signature; in Decode()633 if (CacheSignature(m_dwarf->GetObjectFile()) != signature) { in Decode()645 CacheSignature signature(m_dwarf->GetObjectFile()); in Encode()
1248 CacheSignature signature(m_objfile); in Encode()1293 CacheSignature signature; in Decode()1299 if (CacheSignature(m_objfile) != signature) { in Decode()
49 struct CacheSignature;