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
CppJitCompilerBackend.h
Go to the documentation of this file.
1
#ifndef PROTEUS_CPPJITCOMPILERBACKEND_H
2
#define PROTEUS_CPPJITCOMPILERBACKEND_H
3
4
namespace
proteus
{
5
6
enum class
CppJitCompilerBackend
{
Clang
,
Nvcc
};
7
8
}
// namespace proteus
9
10
#endif
proteus
Definition
MemoryCache.h:27
proteus::CppJitCompilerBackend
CppJitCompilerBackend
Definition
CppJitCompilerBackend.h:6
proteus::CppJitCompilerBackend::Clang
@ Clang
proteus::CppJitCompilerBackend::Nvcc
@ Nvcc
Generated by
1.9.8