Searched refs:reportMsgInfoMap (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/utils/
H A Dsc_report.cc106 auto &msgInfo = sc_gem5::reportMsgInfoMap()[it->second];
135 sc_gem5::reportMsgInfoMap()[msg].id = id;
147 sc_gem5::reportMsgInfoMap()[it->second].
149 sc_gem5::reportMsgInfoMap()[it->second].
152 sc_gem5::reportMsgInfoMap()[it->second].
154 sc_gem5::reportMsgInfoMap()[it->second].
H A Dsc_report_handler.cc73 sc_gem5::ReportMsgInfo &msgInfo = sc_gem5::reportMsgInfoMap()[msg_type];
137 sc_gem5::ReportMsgInfo &info = sc_gem5::reportMsgInfoMap()[msg_type];
150 sc_gem5::ReportMsgInfo &info = sc_gem5::reportMsgInfoMap()[msg_type];
171 sc_gem5::ReportMsgInfo &info = sc_gem5::reportMsgInfoMap()[msg_type];
184 sc_gem5::ReportMsgInfo &info = sc_gem5::reportMsgInfoMap()[msg_type];
202 return sc_gem5::reportMsgInfoMap()[msg_type].count;
211 return sc_gem5::reportMsgInfoMap()[msg_type].sevCounts[severity];
H A Dreport.cc51 reportMsgInfoMap() function in namespace:sc_gem5
H A Dreport.hh97 std::map<std::string, ReportMsgInfo> &reportMsgInfoMap();

Completed in 7 milliseconds