HPCToolkit
|
Classes | |
class | ScopeInfo |
Typedefs | |
typedef map< long, TreeNode * > | AlienMap |
typedef map< long, VMAIntervalSet * > | LineNumberMap |
Functions | |
static void | doGaps (ostream *, ostream *, string, FileInfo *, GroupInfo *, ProcInfo *) |
static void | doTreeNode (ostream *, int, TreeNode *, ScopeInfo, HPC::StringTable &) |
static void | doStmtList (ostream *, int, TreeNode *) |
static void | doLoopList (ostream *, int, TreeNode *, HPC::StringTable &) |
static void | locateTree (TreeNode *, ScopeInfo &, HPC::StringTable &, bool=false) |
void | printStructFileBegin (ostream *os, ostream *gaps, string filenm) |
void | printStructFileEnd (ostream *os, ostream *gaps) |
void | printLoadModuleBegin (ostream *os, string lmName) |
void | printLoadModuleEnd (ostream *os) |
void | printFileBegin (ostream *os, FileInfo *finfo) |
void | printFileEnd (ostream *os, FileInfo *finfo) |
void | printVariable (ostream *os, FileInfo *finfo, VariableInfo vinfo) |
void | printProc (ostream *os, ostream *gaps, string gaps_file, FileInfo *finfo, GroupInfo *ginfo, ProcInfo *pinfo, HPC::StringTable &strTab) |
typedef map<long, TreeNode *> BAnal::Output::AlienMap |
Definition at line 131 of file Struct-Output.cpp.
typedef map<long, VMAIntervalSet *> BAnal::Output::LineNumberMap |
Definition at line 132 of file Struct-Output.cpp.
|
static |
Definition at line 331 of file Struct-Output.cpp.
|
static |
Definition at line 597 of file Struct-Output.cpp.
|
static |
Definition at line 556 of file Struct-Output.cpp.
|
static |
Definition at line 397 of file Struct-Output.cpp.
|
static |
Definition at line 631 of file Struct-Output.cpp.
void BAnal::Output::printFileBegin | ( | ostream * | os, |
FileInfo * | finfo | ||
) |
Definition at line 237 of file Struct-Output.cpp.
void BAnal::Output::printFileEnd | ( | ostream * | os, |
FileInfo * | finfo | ||
) |
Definition at line 252 of file Struct-Output.cpp.
void BAnal::Output::printLoadModuleBegin | ( | ostream * | os, |
string | lmName | ||
) |
void BAnal::Output::printLoadModuleEnd | ( | ostream * | os | ) |
void BAnal::Output::printProc | ( | ostream * | os, |
ostream * | gaps, | ||
string | gaps_file, | ||
FileInfo * | finfo, | ||
GroupInfo * | ginfo, | ||
ProcInfo * | pinfo, | ||
HPC::StringTable & | strTab | ||
) |
Definition at line 279 of file Struct-Output.cpp.
void BAnal::Output::printStructFileBegin | ( | ostream * | os, |
ostream * | gaps, | ||
string | filenm | ||
) |
void BAnal::Output::printStructFileEnd | ( | ostream * | os, |
ostream * | gaps | ||
) |
void BAnal::Output::printVariable | ( | ostream * | os, |
FileInfo * | finfo, | ||
VariableInfo | vinfo | ||
) |
Definition at line 264 of file Struct-Output.cpp.