Searched defs:CacheEntry (Results 1 – 12 of 12) sorted by relevance
51 struct CacheEntry { struct52 CVType Type;53 uint32_t Offset;54 StringRef Name;
92 using CacheEntry = MutableArrayRef<uint8_t>; variable
186 class CacheEntry: class