Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
AddressSpace.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  proteus
 

Enumerations

enum class  proteus::AddressSpace : unsigned int {
  proteus::DEFAULT = 0 , proteus::GLOBAL = 1 , proteus::SHARED = 3 , proteus::CONSTANT = 4 ,
  proteus::LOCAL = 5
}
 

Functions

constexpr unsigned proteus::toLLVM (AddressSpace AS)