Home
last modified time | relevance | path

Searched refs:SectionStartCache (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF_x86_64.cpp234 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