retdec
|
A base class of all objects a module can contain. More...
#include <iosfwd>
#include <string>
#include <llvm/Support/raw_ostream.h>
#include "retdec/llvmir2hll/support/metadatable.h"
#include "retdec/llvmir2hll/support/observer.h"
#include "retdec/llvmir2hll/support/smart_ptr.h"
#include "retdec/llvmir2hll/support/subject.h"
#include "retdec/llvmir2hll/support/visitable.h"
#include "retdec/utils/non_copyable.h"
Go to the source code of this file.
Classes | |
class | retdec::llvmir2hll::Value |
A base class of all objects a module can contain. More... | |
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... | |
A base class of all objects a module can contain.