Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
JitEngine.hpp File Reference
#include <cstdlib>
#include <optional>
#include <string>
#include <llvm/ADT/DenseMap.h>
#include <llvm/Demangle/Demangle.h>
#include <llvm/IR/Module.h>
#include <llvm/Target/TargetMachine.h>
#include "proteus/CoreLLVM.hpp"
#include "proteus/Debug.h"
#include "proteus/Hashing.hpp"
#include "proteus/Logger.hpp"
Include dependency graph for JitEngine.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  proteus::JitEngine
 

Namespaces

namespace  proteus
 

Functions

bool proteus::getEnvOrDefaultBool (const char *VarName, bool Default)
 
int proteus::getEnvOrDefaultInt (const char *VarName, int Default)