LLVM 19.0.0git
Public Member Functions | List of all members
llvm::orc::ExecutorBootstrapService Class Referenceabstract

#include "llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h"

Inheritance diagram for llvm::orc::ExecutorBootstrapService:
Inheritance graph
[legend]

Public Member Functions

virtual ~ExecutorBootstrapService ()
 
virtual void addBootstrapSymbols (StringMap< ExecutorAddr > &BootstrapSymbols)=0
 
virtual Error shutdown ()=0
 

Detailed Description

Definition at line 24 of file ExecutorBootstrapService.h.

Constructor & Destructor Documentation

◆ ~ExecutorBootstrapService()

llvm::orc::ExecutorBootstrapService::~ExecutorBootstrapService ( )
virtualdefault

Member Function Documentation

◆ addBootstrapSymbols()

virtual void llvm::orc::ExecutorBootstrapService::addBootstrapSymbols ( StringMap< ExecutorAddr > &  BootstrapSymbols)
pure virtual

◆ shutdown()

virtual Error llvm::orc::ExecutorBootstrapService::shutdown ( )
pure virtual

The documentation for this class was generated from the following files: