7 #ifndef RETDEC_LLVMIR2HLL_UTILS_GRAPHVIZ_H
8 #define RETDEC_LLVMIR2HLL_UTILS_GRAPHVIZ_H
25 static std::string
createLabel(
const std::string &str);
graphviz utilities.
Definition: graphviz.h:23
static std::string createNodeName(const std::string &str)
Converts the given string so it can be used as a node's name.
Definition: graphviz.cpp:35
static std::string createLabel(const std::string &str)
Creates a label from the given str so it can be used in labels in the dot format.
Definition: graphviz.cpp:25
A library providing API for working with back-end IR.
Definition: archive_wrapper.h:19
Declarations, aliases, macros, etc. for the use of smart pointers.