Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
proteus::ProteusTypes Struct Reference

#include <Types.h>

Public Member Functions

 ProteusTypes (Module &M)
 

Public Attributes

Type * PtrTy = nullptr
 
Type * VoidTy = nullptr
 
Type * Int1Ty = nullptr
 
Type * Int8Ty = nullptr
 
Type * Int32Ty = nullptr
 
Type * Int64Ty = nullptr
 
Type * Int128Ty = nullptr
 
StructType * GlobalAnnotationEltTy = nullptr
 

Constructor & Destructor Documentation

◆ ProteusTypes()

proteus::ProteusTypes::ProteusTypes ( Module &  M)
inline

Member Data Documentation

◆ GlobalAnnotationEltTy

StructType* proteus::ProteusTypes::GlobalAnnotationEltTy = nullptr

◆ Int128Ty

Type* proteus::ProteusTypes::Int128Ty = nullptr

◆ Int1Ty

Type* proteus::ProteusTypes::Int1Ty = nullptr

◆ Int32Ty

Type* proteus::ProteusTypes::Int32Ty = nullptr

◆ Int64Ty

Type* proteus::ProteusTypes::Int64Ty = nullptr

◆ Int8Ty

Type* proteus::ProteusTypes::Int8Ty = nullptr

◆ PtrTy

Type* proteus::ProteusTypes::PtrTy = nullptr

◆ VoidTy

Type* proteus::ProteusTypes::VoidTy = nullptr

The documentation for this struct was generated from the following file: