LLVM 19.0.0git
Public Member Functions | List of all members
llvm::orc::CtorDtorRunner Class Reference

#include "llvm/ExecutionEngine/Orc/ExecutionUtils.h"

Public Member Functions

 CtorDtorRunner (JITDylib &JD)
 
void add (iterator_range< CtorDtorIterator > CtorDtors)
 
Error run ()
 

Detailed Description

Definition at line 146 of file ExecutionUtils.h.

Constructor & Destructor Documentation

◆ CtorDtorRunner()

llvm::orc::CtorDtorRunner::CtorDtorRunner ( JITDylib JD)
inline

Definition at line 148 of file ExecutionUtils.h.

Member Function Documentation

◆ add()

void llvm::orc::CtorDtorRunner::add ( iterator_range< CtorDtorIterator CtorDtors)

◆ run()

Error llvm::orc::CtorDtorRunner::run ( )

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