Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp305 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h263 DenseMap<ExecutorAddr, CallThroughInfo> CallThroughs; variable