systemc-clang 2.0.0
Parsing SystemC constructs
|
#include <TimeAnalysis.h>
Public Member Functions | |
TimeAnalysis (CompilerInstance &ci) | |
bool | postFire () |
GlobalSuspensionAutomata * | getGSauto () |
Public Member Functions inherited from systemc_clang::SystemCConsumer | |
SystemCConsumer (clang::CompilerInstance &, std::string top="!none") | |
SystemCConsumer (clang::ASTUnit *from_ast, std::string top="!none") | |
virtual | ~SystemCConsumer () |
void | processNetlist (FindSCMain *scmain, ModuleDeclarationMatcher *module_declaration_handler) |
Model * | getSystemCModel () |
const std::string & | getTopModule () const |
void | setTopModule (const std::string &top_module_decl) |
clang::ASTContext & | getContext () const |
clang::SourceManager & | getSourceManager () const |
virtual bool | fire () |
virtual bool | preFire () |
virtual void | HandleTranslationUnit (clang::ASTContext &context) |
Public Attributes | |
GlobalSuspensionAutomata * | _gsauto |
Public Attributes inherited from systemc_clang::SystemCConsumer | |
llvm::raw_ostream & | os_ |
Definition at line 22 of file TimeAnalysis.h.
|
inline |
Definition at line 25 of file TimeAnalysis.h.
|
inline |
Definition at line 45 of file TimeAnalysis.h.
|
inlinevirtual |
Reimplemented from systemc_clang::SystemCConsumer.
Definition at line 29 of file TimeAnalysis.h.
GlobalSuspensionAutomata* TimeAnalysis::_gsauto |
Definition at line 27 of file TimeAnalysis.h.