Searched refs:SectionDataCache (Results 1 – 2 of 2) sorted by relevance
462 if (SectionDataCache.count(Sec.d.a)) { in getSectionContents()463 auto &Buf = SectionDataCache[Sec.d.a]; 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