LLVM 22.0.0git
llvm::InitLLVM Class Reference

#include "llvm/Support/InitLLVM.h"

Public Member Functions

LLVM_ABI InitLLVM (int &Argc, const char **&Argv, bool InstallPipeSignalExitHandler=true)
 InitLLVM (int &Argc, char **&Argv, bool InstallPipeSignalExitHandler=true)
LLVM_ABI ~InitLLVM ()

Detailed Description

Definition at line 36 of file InitLLVM.h.

Constructor & Destructor Documentation

◆ InitLLVM() [1/2]

◆ InitLLVM() [2/2]

llvm::InitLLVM::InitLLVM ( int & Argc,
char **& Argv,
bool InstallPipeSignalExitHandler = true )
inline

Definition at line 40 of file InitLLVM.h.

References const, and InitLLVM().

◆ ~InitLLVM()

InitLLVM::~InitLLVM ( )

Definition at line 109 of file InitLLVM.cpp.

References CleanupStdHandles(), and llvm::llvm_shutdown().


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