Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h34 extern const char *DispatchFnName;
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp42 const char *DispatchFnName = "__llvm_orc_SimpleRemoteEPC_dispatch_fn"; variable
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp314 {JDI.JITDispatchFunction, DispatchFnName}, in setup()