Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF_x86_64.cpp236 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 __anon2f4fd1cf0111::COFFLinkGraphLowering_x86_64