HomeSort by: relevance | last modified time | path
    Searched defs:Histable (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
Hist_data.cc 31 #include "Histable.h"
82 Histable::Type type = hi_1->obj->get_type ();
85 if (type != Histable::MEMOBJ && type != Histable::INDEXOBJ
86 && type != Histable::IOACTVFD && type != Histable::IOACTFILE
87 && type != Histable::IOCALLSTACK)
94 else if (type == Histable::IOCALLSTACK || type == Histable::IOACTVFD
95 || type == Histable::IOACTFILE
    [all...]
Histable.h 25 // The Histable class hierarchy is used to build up a representation of
29 // Histable (public)
35 // The reason for calling the base class "Histable" is because these
38 // A Histable object represents an object in the program text or data.
51 class Histable
89 Histable ();
92 virtual ~Histable ();
121 virtual Vector<Histable*> *get_comparable_objs ();
122 Histable *get_compare_obj ();
124 virtual Histable *
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Hist_data.cc 31 #include "Histable.h"
82 Histable::Type type = hi_1->obj->get_type ();
85 if (type != Histable::MEMOBJ && type != Histable::INDEXOBJ
86 && type != Histable::IOACTVFD && type != Histable::IOACTFILE
87 && type != Histable::IOCALLSTACK)
94 else if (type == Histable::IOCALLSTACK || type == Histable::IOACTVFD
95 || type == Histable::IOACTFILE
    [all...]
Histable.h 25 // The Histable class hierarchy is used to build up a representation of
29 // Histable (public)
35 // The reason for calling the base class "Histable" is because these
38 // A Histable object represents an object in the program text or data.
51 class Histable
89 Histable ();
92 virtual ~Histable ();
121 virtual Vector<Histable*> *get_comparable_objs ();
122 Histable *get_compare_obj ();
124 virtual Histable *
    [all...]

Completed in 29 milliseconds