Searched refs:SectionDataCache (Results 1 – 2 of 2) sorted by relevance
462 if (auto It = SectionDataCache.find(Sec.d.a); It != SectionDataCache.end()) { in getSectionContents() 506 SectionDataCache[Sec.d.a] = Data; in getSectionContents() 507 return ArrayRef<uint8_t>(SectionDataCache[Sec.d.a]); in getSectionContents()
44 mutable DenseMap<uint32_t, SmallVector<uint8_t>> SectionDataCache; variable