9#ifndef LLVM_SUPPORT_INITLLVM_H
10#define LLVM_SUPPORT_INITLLVM_H
37 InitLLVM(
int &Argc,
const char **&Argv,
38 bool InstallPipeSignalExitHandler =
true);
39 InitLLVM(
int &Argc,
char **&Argv,
bool InstallPipeSignalExitHandler =
true)
41 InstallPipeSignalExitHandler) {}
48 std::optional<PrettyStackTraceProgram> StackPrinter;
This file defines the BumpPtrAllocator interface.
This file defines the SmallVector class.
Allocate memory in an ever growing pool, as if by bump-pointer.
InitLLVM(int &Argc, char **&Argv, bool InstallPipeSignalExitHandler=true)
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small.
This is an optimization pass for GlobalISel generic memory operations.