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.cpp207 assert(!EI.BootstrapSymbols.count(DispatchFnName) && in sendSetupMessage()
210 EI.BootstrapSymbols[DispatchFnName] = ExecutorAddr::fromPtr(jitDispatchEntry); in sendSetupMessage()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h34 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.cpp352 {JDI.JITDispatchFunction, DispatchFnName}, in setup()