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 auto &Cache = SectionDataCache[Sec.d.a]; in getSectionContents()
45 mutable DenseMap<uint32_t, SmallVector<uint8_t>> SectionDataCache; variable