Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Functions
CompilerInterfaceRuntimeConstantInfo.cpp File Reference
#include "proteus/CompilerInterfaceTypes.h"
#include <llvm/Support/Debug.h>
#include <llvm/Support/raw_ostream.h>
#include <cstdio>
#include <memory>
Include dependency graph for CompilerInterfaceRuntimeConstantInfo.cpp:

Functions

SmallVectorImpl< std::unique_ptr< RuntimeConstantInfo > > & getRuntimeConstantInfoStorage ()
 
RuntimeConstantInfo__proteus_create_runtime_constant_info (RuntimeConstantType RCType, int32_t Pos)
 

Function Documentation

◆ __proteus_create_runtime_constant_info()

RuntimeConstantInfo * __proteus_create_runtime_constant_info ( RuntimeConstantType  RCType,
int32_t  Pos 
)

◆ getRuntimeConstantInfoStorage()

SmallVectorImpl< std::unique_ptr< RuntimeConstantInfo > > & getRuntimeConstantInfoStorage ( )