retdec
Namespaces
value.cpp File Reference

Implementation of Value. More...

#include "retdec/llvmir2hll/ir/statement.h"
#include "retdec/llvmir2hll/ir/value.h"
#include "retdec/llvmir2hll/support/debug.h"
#include "retdec/llvmir2hll/support/value_text_repr_visitor.h"

Namespaces

 retdec
 
 retdec::llvmir2hll
 

Functions

Emission To Streams
llvm::raw_ostream & retdec::llvmir2hll::operator<< (llvm::raw_ostream &os, const ShPtr< Value > &value)
 Emits value into os. More...
 
std::ostream & retdec::llvmir2hll::operator<< (std::ostream &os, Value *value)
 Emits value into os. More...
 

Detailed Description

Implementation of Value.