retdec
Namespaces | Functions
graphviz_cg_writer.cpp File Reference

Implementation of GraphvizCGWriter. More...

#include "retdec/llvmir2hll/graphs/cg/cg.h"
#include "retdec/llvmir2hll/graphs/cg/cg_writer_factory.h"
#include "retdec/llvmir2hll/graphs/cg/cg_writers/graphviz_cg_writer.h"
#include "retdec/llvmir2hll/ir/function.h"
#include "retdec/llvmir2hll/ir/module.h"
#include "retdec/llvmir2hll/support/debug.h"
#include "retdec/llvmir2hll/utils/graphviz.h"
#include "retdec/utils/conversion.h"

Namespaces

 retdec
 
 retdec::llvmir2hll
 

Functions

 retdec::llvmir2hll::REGISTER_AT_FACTORY ("dot", GRAPHVIZ_CG_WRITER_ID, CGWriterFactory, GraphvizCGWriter::create)
 

Detailed Description

Implementation of GraphvizCGWriter.