Searched refs:SectionStartCache (Results 1 – 1 of 1) sorted by relevance
234 if (!SectionStartCache.count(&Sec)) { in getSectionStart()236 SectionStartCache[&Sec] = Range.getStart(); in getSectionStart()238 return SectionStartCache[&Sec]; in getSectionStart()271 DenseMap<Section *, orc::ExecutorAddr> SectionStartCache; member in __anon8b5918900111::COFFLinkGraphLowering_x86_64