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

#include "llvm/Support/InitLLVM.h"

Public Member Functions

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

Detailed Description

Definition at line 35 of file InitLLVM.h.

Constructor & Destructor Documentation

◆ InitLLVM() [1/2]

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

◆ InitLLVM() [2/2]

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

Definition at line 39 of file InitLLVM.h.

◆ ~InitLLVM()

InitLLVM::~InitLLVM ( )

Definition at line 101 of file InitLLVM.cpp.

References llvm::llvm_shutdown().


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