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
IRValue.h
Go to the documentation of this file.
1
#ifndef PROTEUS_FRONTEND_IRVALUE_H
2
#define PROTEUS_FRONTEND_IRVALUE_H
3
4
namespace
proteus
{
5
15
class
IRValue
{
16
public
:
17
virtual
~IRValue
() =
default
;
18
};
19
20
}
// namespace proteus
21
22
#endif
// PROTEUS_FRONTEND_IRVALUE_H
proteus::IRValue
Definition
IRValue.h:15
proteus::IRValue::~IRValue
virtual ~IRValue()=default
proteus
Definition
MemoryCache.h:26
Generated by
1.9.8