retdec
Namespaces | Macros | Functions
symbolic_tree.cpp File Reference

Construction of symbolic tree from the given node. More...

#include <ostream>
#include <sstream>
#include <llvm/IR/Constants.h>
#include <llvm/IR/LLVMContext.h>
#include <llvm/IR/Operator.h>
#include "retdec/utils/string.h"
#include "retdec/bin2llvmir/analyses/symbolic_tree.h"
#include "retdec/bin2llvmir/utils/llvm.h"
#include "retdec/bin2llvmir/providers/asm_instruction.h"
#include "retdec/bin2llvmir/providers/config.h"
#include "retdec/bin2llvmir/utils/debug.h"
#include "retdec/bin2llvmir/utils/symbolic_tree_match.h"

Namespaces

 retdec
 
 retdec::bin2llvmir
 

Macros

#define debug_enabled   false
 

Functions

std::ostream & retdec::bin2llvmir::operator<< (std::ostream &out, const SymbolicTree &s)
 

Detailed Description

Construction of symbolic tree from the given node.

Macro Definition Documentation

◆ debug_enabled

#define debug_enabled   false