|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include "proteus/CompilerInterfaceTypes.h"#include "proteus/Error.h"#include "proteus/impl/Debug.h"#include "proteus/impl/Logger.h"#include "proteus/impl/RuntimeConstantTypeHelpers.h"#include <optional>

Go to the source code of this file.
Classes | |
| struct | proteus::RuntimeConstantArgInfo |
| struct | proteus::RuntimeConstantArrayInfo |
| struct | proteus::RuntimeConstantObjectInfo |
| struct | proteus::RuntimeConstantInfo |
Namespaces | |
| namespace | proteus |
Functions | |
| template<typename T > | |
| T | proteus::getRuntimeConstantValue (void *Arg) |
| RuntimeConstant | proteus::dispatchGetRuntimeConstantValue (void **Args, const RuntimeConstantInfo &RCInfo) |