Home
last modified time | relevance | path

Searched refs:DispatchFnName (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp205 assert(!EI.BootstrapSymbols.count(DispatchFnName) && in sendSetupMessage()
208 EI.BootstrapSymbols[DispatchFnName] = ExecutorAddr::fromPtr(jitDispatchEntry); in sendSetupMessage()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h35 LLVM_ABI extern const char *DispatchFnName;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp42 const char *DispatchFnName = "__llvm_orc_SimpleRemoteEPC_dispatch_fn"; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp366 {JDI.JITDispatchFunction, DispatchFnName}, in setup()