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