Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Main Page
Namespaces
Classes
Files
File List
File Members
Loading...
Searching...
No Matches
src
include
proteus
impl
Frontend
JitFuncAttribute.h
Go to the documentation of this file.
1
#ifndef PROTEUS_RUNTIME_FRONTEND_JITFUNCATTRIBUTE_H
2
#define PROTEUS_RUNTIME_FRONTEND_JITFUNCATTRIBUTE_H
3
4
#include "
proteus/Frontend/TargetModel.h
"
5
#include "
proteus/JitFuncAttribute.h
"
6
7
namespace
proteus
{
8
9
void
setFuncAttribute
(
TargetModelType
TargetModel,
void
*KernelFunc,
10
JitFuncAttribute
Attr,
int
Value);
11
12
}
// namespace proteus
13
14
#endif
TargetModel.h
JitFuncAttribute.h
proteus
Definition
MemoryCache.h:27
proteus::JitFuncAttribute
JitFuncAttribute
Definition
JitFuncAttribute.h:6
proteus::TargetModelType
TargetModelType
Definition
TargetModel.h:8
proteus::setFuncAttribute
void setFuncAttribute(TargetModelType TargetModel, void *KernelFunc, JitFuncAttribute Attr, int Value)
Definition
JitFuncAttribute.cpp:15
Generated by
1.9.8