Home
last modified time | relevance | path

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

/freebsd/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 __anon213d8ed90111::COFFLinkGraphLowering_x86_64