Home
last modified time | relevance | path

Searched defs:CacheSignature (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDataFileCache.h98 struct CacheSignature { struct
108 CacheSignature() = default; argument
122 /// Return true only if the CacheSignature is valid. argument
131 bool operator==(const CacheSignature &rhs) const { argument
/llvm-project-15.0.7/lldb/source/Core/
H A DDataFileCache.cpp158 CacheSignature::CacheSignature(lldb_private::Module *module) { in CacheSignature() function in CacheSignature
174 CacheSignature::CacheSignature(lldb_private::ObjectFile *objfile) { in CacheSignature() function in CacheSignature