Searched refs:m_sectionDataCache (Results 1 – 2 of 2) sorted by relevance
25 SectionDataMap::iterator it = m_sectionDataCache.begin(); in ~StELFFile()26 for (; it != m_sectionDataCache.end(); ++it) in ~StELFFile()328 SectionDataMap::iterator it = m_sectionDataCache.find(inSectionIndex); in getCachedSectionData()329 if (it != m_sectionDataCache.end()) in getCachedSectionData()340 m_sectionDataCache[inSectionIndex] = info; in getCachedSectionData()341 return m_sectionDataCache[inSectionIndex]; in getCachedSectionData()
171 SectionDataMap m_sectionDataCache; //!< Cached data of sections. variable