Searched refs:GlobalSpecMap (Results 1 – 1 of 1) sorted by relevance
71 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