Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h71 GlobalSpecMap.insert({ImplAddr, std::move(likelySymbols)}); in registerSymbolsWithAddr()
80 auto It = GlobalSpecMap.find(FAddr); in launchCompile()
81 if (It == GlobalSpecMap.end()) in launchCompile()
124 : AliaseeImplTable(Impl), ES(ref), GlobalSpecMap(0) {} in Speculator()
169 StubAddrLikelies GlobalSpecMap; variable