|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|

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) |