LLVM  8.0.1
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)
 
 InitLLVM (int &Argc, char **&Argv)
 
 ~InitLLVM ()
 

Detailed Description

Definition at line 31 of file InitLLVM.h.

Constructor & Destructor Documentation

◆ InitLLVM() [1/2]

InitLLVM::InitLLVM ( int &  Argc,
const char **&  Argv 
)

◆ InitLLVM() [2/2]

llvm::InitLLVM::InitLLVM ( int &  Argc,
char **&  Argv 
)
inline

Definition at line 34 of file InitLLVM.h.

References ~InitLLVM().

◆ ~InitLLVM()

InitLLVM::~InitLLVM ( )

Definition at line 52 of file InitLLVM.cpp.

References llvm::llvm_shutdown().

Referenced by InitLLVM().


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