LLVM: llvm::orc::SimpleRemoteEPCDefaultBootstrapSymbolNames Namespace Reference (original) (raw)
llvm::orc::SimpleRemoteEPCDefaultBootstrapSymbolNames Namespace Reference
| Variables | |
|---|---|
| LLVM_ABI const char * | ExecutorSessionObjectName |
| LLVM_ABI const char * | DispatchFnName = "__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.