ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Namespaces | Functions
Dot.cpp File Reference
#include "etiss/interfaces/Dot.h"
#include "etiss/FastString.h"
#include <iomanip>
#include <iostream>
#include <limits>
Include dependency graph for Dot.cpp:

Go to the source code of this file.

Namespaces

 etiss
 Page Table Entry (PTE) defines the composition of Page Frame Number (PFN) and relavant flags.
 
 etiss::interfaces
 
 etiss::interfaces::dot
 

Functions

static bool etiss::interfaces::dot::keepNode (ValueOperationTraceGraphStreamer::Node *n, const etiss::FixedSizeHashMap< const void *, ValueOperationTraceGraphStreamer::Node *, etiss::pointerHash< const void >> &current)
 
static std::string etiss::interfaces::depth (Dot::Node *node)
 
static std::string etiss::interfaces::graph_getCluster (Dot::Graph *g)
 
static std::string etiss::interfaces::node_getCluster (Dot::Node *n)
 
static bool etiss::interfaces::graph_contains (Dot::Graph *g, Dot::Node *n)