Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h70 GlobalSpecMap.insert({ImplAddr, std::move(likelySymbols)}); in registerSymbolsWithAddr()
79 auto It = GlobalSpecMap.find(FAddr); in launchCompile()
80 if (It == GlobalSpecMap.end()) in launchCompile()
123 : AliaseeImplTable(Impl), ES(ref), GlobalSpecMap(0) {} in Speculator()
168 StubAddrLikelies GlobalSpecMap; variable