OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InitLLVM
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
InitLLVM.cpp
1
//===--
InitLLVM
.cpp -----------------------------------------------------===//
9
#include "llvm/Support/
InitLLVM
.h"
24
InitLLVM
::
InitLLVM
(int &Argc, const char **&Argv,
63
InitLLVM
::~
InitLLVM
() { llvm_shutdown(); }
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
InitLLVM.h
1
//===-
InitLLVM
.h -----------------------------------------------*- C++ -*-===//
17
// The main() functions in typical LLVM tools start with
InitLLVM
which does
32
//
InitLLVM
calls llvm_shutdown() on destruction, which cleans up
35
class
InitLLVM
{
37
InitLLVM
(int &Argc, const char **&Argv,
39
InitLLVM
(int &Argc, char **&Argv, bool InstallPipeSignalExitHandler = true)
40
:
InitLLVM
(Argc, const_cast<const char **&>(Argv),
43
~
InitLLVM
();
Completed in 17 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026