HPCToolkit
|
#include <PCProfileFilter.hpp>
Public Types | |
typedef uint32_t | bitvec_t |
Public Member Functions | |
InsnClassExpr (bitvec_t bv=0) | |
virtual | ~InsnClassExpr () |
InsnClassExpr (const InsnClassExpr &x) | |
InsnClassExpr & | operator= (const InsnClassExpr &x) |
bool | IsSatisfied (const bitvec_t bv) |
bool | IsValid () const |
bool | IsSet (const bitvec_t bv) const |
bool | IsSet (const InsnClassExpr &m) const |
bool | IsSetAny (const bitvec_t bv) const |
bool | IsSetAny (const InsnClassExpr &m) const |
void | Set (const bitvec_t bv) |
void | Set (const InsnClassExpr &m) |
void | Unset (const bitvec_t bv) |
void | Unset (const InsnClassExpr &m) |
void | Dump (std::ostream &o=std::cerr) |
void | DDump () |
Private Attributes | |
bitvec_t | bits |
Definition at line 199 of file PCProfileFilter.hpp.
typedef uint32_t InsnClassExpr::bitvec_t |
Definition at line 201 of file PCProfileFilter.hpp.
|
inline |
Definition at line 205 of file PCProfileFilter.hpp.
|
inlinevirtual |
Definition at line 206 of file PCProfileFilter.hpp.
|
inline |
Definition at line 208 of file PCProfileFilter.hpp.
void InsnClassExpr::DDump | ( | ) |
void InsnClassExpr::Dump | ( | std::ostream & | o = std::cerr | ) |
|
inline |
|
inline |
Definition at line 229 of file PCProfileFilter.hpp.
|
inline |
Definition at line 232 of file PCProfileFilter.hpp.
|
inline |
Definition at line 236 of file PCProfileFilter.hpp.
|
inline |
Definition at line 239 of file PCProfileFilter.hpp.
|
inline |
Definition at line 226 of file PCProfileFilter.hpp.
|
inline |
Definition at line 209 of file PCProfileFilter.hpp.
|
inline |
Definition at line 243 of file PCProfileFilter.hpp.
|
inline |
Definition at line 246 of file PCProfileFilter.hpp.
|
inline |
Definition at line 250 of file PCProfileFilter.hpp.
|
inline |
Definition at line 253 of file PCProfileFilter.hpp.
|
private |
Definition at line 264 of file PCProfileFilter.hpp.