LLVM 19.0.0git
Variables
llvm::orc::SimpleRemoteEPCDefaultBootstrapSymbolNames Namespace Reference

Variables

const charExecutorSessionObjectName
 
const charDispatchFnName = "__llvm_orc_SimpleRemoteEPC_dispatch_fn"
 

Variable Documentation

◆ DispatchFnName

const char * llvm::orc::SimpleRemoteEPCDefaultBootstrapSymbolNames::DispatchFnName = "__llvm_orc_SimpleRemoteEPC_dispatch_fn"

Definition at line 42 of file SimpleRemoteEPCUtils.cpp.

◆ ExecutorSessionObjectName

const char * llvm::orc::SimpleRemoteEPCDefaultBootstrapSymbolNames::ExecutorSessionObjectName
Initial value:
=
"__llvm_orc_SimpleRemoteEPC_dispatch_ctx"

Definition at line 40 of file SimpleRemoteEPCUtils.cpp.