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

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