Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
Debug.h File Reference
#include <llvm/IR/Value.h>
#include <llvm/Support/raw_ostream.h>
#include "proteus/Config.hpp"
Include dependency graph for Debug.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  proteus
 

Macros

#define PROTEUS_DBG(x)
 

Functions

std::string proteus::toString (Value &V)
 

Macro Definition Documentation

◆ PROTEUS_DBG

#define PROTEUS_DBG (   x)
Value:
do \
if (Config::get().ProteusDebugOutput) { \
x; \
} \
while (0);