Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Main Page
Namespaces
Classes
Files
File List
File Members
Loading...
Searching...
No Matches
include
proteus
Init.h
Go to the documentation of this file.
1
//===-- Init.h -- Proteus initialization state --===//
2
//
3
// Part of the Proteus Project, under the Apache License v2.0 with LLVM
4
// Exceptions. See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
9
#ifndef PROTEUS_INIT_H
10
#define PROTEUS_INIT_H
11
12
namespace
proteus
{
13
14
[[deprecated(
"it is a no-op and will be removed in a future version."
)]]
15
void
init
();
16
[[deprecated(
"it is a no-op and will be removed in a future version."
)]]
17
void
finalize
();
18
19
void
enable
();
20
void
disable
();
21
22
}
// namespace proteus
23
24
#endif
proteus
Definition
MemoryCache.h:26
proteus::init
void init()
Definition
Init.cpp:20
proteus::disable
void disable()
Definition
Init.cpp:30
proteus::enable
void enable()
Definition
Init.cpp:23
proteus::finalize
void finalize()
Definition
Init.cpp:21
Generated by
1.9.8