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