|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include <cstdint>#include <optional>#include <string>#include <unordered_map>#include <vector>

Go to the source code of this file.
Classes | |
| struct | proteus::runtime::GlobalMetadata |
| class | proteus::runtime::KernelMetadata |
Namespaces | |
| namespace | proteus |
| namespace | proteus::runtime |
Typedefs | |
| using | proteus::runtime::GlobalMetadataMap = std::unordered_map< std::string, GlobalMetadata > |
Functions | |
| std::optional< KernelMetadata > | proteus::runtime::captureKernelMetadata (const void *Kernel) |