class ExecutorBootstrapService
Declaration
class ExecutorBootstrapService { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h:24
Method Overview
- public virtual void addBootstrapSymbols(StringMap<llvm::orc::ExecutorAddr> & BootstrapSymbols)
- public virtual llvm::Error shutdown()
- public virtual ~ExecutorBootstrapService()
Methods
¶virtual void addBootstrapSymbols(
StringMap<llvm::orc::ExecutorAddr>&
BootstrapSymbols)
virtual void addBootstrapSymbols(
StringMap<llvm::orc::ExecutorAddr>&
BootstrapSymbols)
Declared at: llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h:29
Parameters
- StringMap<llvm::orc::ExecutorAddr>& BootstrapSymbols
¶virtual llvm::Error shutdown()
virtual llvm::Error shutdown()
Declared at: llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h:30
¶virtual ~ExecutorBootstrapService()
virtual ~ExecutorBootstrapService()
Declared at: llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h:26