Searched refs:write_comment (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace.cpp74 if (tf) tf->write_comment(buffer);
H A Dsc_trace.h148 virtual void write_comment( const std::string& comment ) = 0;
375 if( tf ) tf->write_comment( comment );
H A Dsc_vcd_trace.h195 void write_comment(const std::string& comment);
H A Dsc_wif_trace.h190 void write_comment(const std::string& comment);
H A Dsc_wif_trace.cpp1630 write_comment(buf);
1770 wif_trace_file::write_comment(const std::string& comment) function in class:sc_core::wif_trace_file
H A Dsc_vcd_trace.cpp1766 write_comment(buf);
1896 vcd_trace_file::write_comment(const std::string& comment) function in class:sc_core::vcd_trace_file

Completed in 21 milliseconds