LLVM 22.0.0git
llvm::orc::ExecutorBootstrapService Class Referenceabstract

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

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

Public Member Functions

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

Detailed Description

Definition at line 25 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()


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