Searched refs:DispatchCtx (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ReOptimizeLayer.cpp | 211 GlobalVariable *DispatchCtx = in createReoptimizeCall() local 213 if (!DispatchCtx) in createReoptimizeCall() 214 DispatchCtx = new GlobalVariable(M, PointerType::get(M.getContext(), 0), in createReoptimizeCall() 240 {DispatchCtx, ReoptimizeTag, ArgBuffer, ArgBufferSize}); in createReoptimizeCall()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | common.h | 45 __orc_rt_jit_dispatch(__orc_rt_Opaque *DispatchCtx, const void *FnTag,
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 289 SimpleRemoteEPCServer::jitDispatchEntry(void *DispatchCtx, const void *FnTag, in jitDispatchEntry() argument 291 return reinterpret_cast<SimpleRemoteEPCServer *>(DispatchCtx) in jitDispatchEntry()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.h | 169 static shared::CWrapperFunctionResult jitDispatchEntry(void *DispatchCtx,
|