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
Frontend
IRFunction.h
Go to the documentation of this file.
1
#ifndef PROTEUS_FRONTEND_IR_FUNCTION_H
2
#define PROTEUS_FRONTEND_IR_FUNCTION_H
3
4
namespace
proteus
{
5
9
class
IRFunction
{
10
public
:
11
virtual
~IRFunction
() =
default
;
12
};
13
14
}
// namespace proteus
15
16
#endif
// PROTEUS_FRONTEND_IR_FUNCTION_H
proteus::IRFunction
Definition
IRFunction.h:9
proteus::IRFunction::~IRFunction
virtual ~IRFunction()=default
proteus
Definition
MemoryCache.h:27
Generated by
1.9.8