class ExecutorBootstrapService

Declaration

class ExecutorBootstrapService { /* full declaration omitted */ };

Declared at: llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h:24

Method Overview

Methods

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()

Declared at: llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h:30

virtual ~ExecutorBootstrapService()

Declared at: llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h:26