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

/gem5/src/base/
H A Dmatch.hh41 class ObjectMatch class
48 ObjectMatch();
49 ObjectMatch(const std::string &expression);
50 void add(const ObjectMatch &other);
H A Dmatch.cc37 ObjectMatch::ObjectMatch() function in class:ObjectMatch
41 ObjectMatch::ObjectMatch(const string &expr) function in class:ObjectMatch
47 ObjectMatch::add(const ObjectMatch &other)
53 ObjectMatch::setExpression(const string &expr)
60 ObjectMatch::setExpression(const vector<string> &expr)
76 ObjectMatch::domatch(const string &name) const
H A Dtrace.hh55 ObjectMatch ignore;
87 void setIgnore(ObjectMatch &ignore_) { ignore = ignore_; }
90 void addIgnore(const ObjectMatch &ignore_) { ignore.add(ignore_); }
H A Dtrace.cc102 ObjectMatch ignore;
/gem5/src/python/pybind11/
H A Ddebug.cc76 ObjectMatch ignore(expr);
/gem5/src/sim/
H A Dsim_object.cc159 ObjectMatch match(objs);

Completed in 8 milliseconds