OpenADFortTk (basic)
src/whirl2sexp/whirl2sexp.h File Reference
#include <fstream>
#include "Open64IRInterface/Open64BasicTypes.h"
#include "sexpostream.h"
Include dependency graph for whirl2sexp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  whirl2sexp
namespace  whirl2sexp::XlateFlags

Enumerations

enum  whirl2sexp::XlateFlags::Flags {
  whirl2sexp::XlateFlags::NONE = 0x00000000, whirl2sexp::XlateFlags::FOO1 = 0x00000001, whirl2sexp::XlateFlags::FOO2 = 0x00000002, whirl2sexp::XlateFlags::FOO3 = 0x00000004,
  whirl2sexp::XlateFlags::FOO4 = 0x00000008
}

Functions

void whirl2sexp::TranslateIR (std::ostream &os, PU_Info *pu_forest, int flags=0)
void whirl2sexp::TranslatePUTree (std::ostream &os, PU_Info *pu_tree, int flags=0)
void whirl2sexp::TranslatePU (std::ostream &os, PU_Info *pu, int flags=0)
void whirl2sexp::TranslateWN (std::ostream &os, WN *wn, int flags=0)
void whirl2sexp::DumpIR (PU_Info *pu_forest, int flags)
void whirl2sexp::DumpPUTree (PU_Info *pu_tree, int flags)
void whirl2sexp::DumpPU (PU_Info *pu, int flags)
void whirl2sexp::DumpWN (WN *wn, int flags)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines