|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include "AnnotationHandler.h"#include "Helpers.h"#include "Types.h"#include "proteus/Error.h"#include "proteus/RuntimeConstantTypeHelpers.h"#include <llvm/ADT/SetVector.h>#include <llvm/Demangle/Demangle.h>#include <llvm/IR/Constants.h>#include <llvm/IR/IRBuilder.h>#include <llvm/IR/Instructions.h>#include <llvm/IR/Module.h>#include <llvm/IR/PatternMatch.h>#include <llvm/IR/Verifier.h>#include <llvm/Support/Debug.h>#include <llvm/Support/JSON.h>#include <llvm/Support/MemoryBuffer.h>#include <sys/types.h>#include <unistd.h>
Namespaces | |
| namespace | proteus |
| namespace | proteus::helpers |