Searched refs:CallThroughs (Results 1 – 2 of 2) sorted by relevance
305 assert(CallThroughs.count(ReentryAddr) && "CallTrhough missing"); in handleRemoveResources()306 CallThroughs.erase(ReentryAddr); in handleRemoveResources()399 CallThroughs[ReentryPoint.getAddress()] = {&JD, Name, AI.Aliasee}; in emitRedirectableSymbols()420 auto I = CallThroughs.find(ReentryStubAddr); in resolve()421 if (I == CallThroughs.end()) in resolve()
263 DenseMap<ExecutorAddr, CallThroughInfo> CallThroughs; variable