| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | UserLabel.cc | 31 int UserLabel::last_id = 0; 33 UserLabel::UserLabel (char *_name) in UserLabel() function in UserLabel 46 UserLabel::~UserLabel () in ~UserLabel() 57 UserLabel::gen_expr () in gen_expr() 95 UserLabel::register_user_label (int groupId) in register_user_label() 103 UserLabel *ulbl = dbeSession->findUserLabel (name); in register_user_label() 132 UserLabel::dump () in dump() 164 UserLabel::dump (const char *msg, Vector<UserLabel*> *labels) in dump() 172 UserLabel *lbl = labels->fetch (i); in dump()
|
| H A D | UserLabel.h | 30 class UserLabel 41 UserLabel (char *_name); 42 ~UserLabel (); 46 static void dump (const char *msg, Vector<UserLabel*> *labels);
|
| H A D | DbeSession.h | 72 class UserLabel; variable 334 Vector<UserLabel*> *userLabels; // List of er_labels 335 UserLabel *findUserLabel (const char *name); 337 void append (UserLabel *lbl);
|
| H A D | Makefile.am | 86 UserLabel.cc \
|
| H A D | Experiment.h | 41 class UserLabel; variable 489 Vector<UserLabel*> *userLabels; // List of er_labels
|
| H A D | Makefile.in | 178 QLParser.tab.lo dbe_collctrl.lo i18n.lo parse.lo UserLabel.lo \ 516 UserLabel.cc \
|
| H A D | Experiment.cc | 1989 UserLabel *lbl = new UserLabel (name); in startElement() 2000 if (relative == UserLabel::REL_TIME) in startElement() 2010 UserLabel *firstLbl = exp->userLabels->fetch (i); in startElement() 2026 UserLabel *l1 = *((UserLabel **) a); in sortUserLabels() 2027 UserLabel *l2 = *((UserLabel **) b); in sortUserLabels() 2061 userLabels = new Vector<UserLabel*>(); in read_labels_file() 2086 UserLabel::dump ("After sortUserLabels:", userLabels); in read_labels_file() 2087 UserLabel *ulbl = NULL; in read_labels_file() 2090 UserLabel *lbl = userLabels->fetch (i); in read_labels_file() 2092 ulbl = new UserLabel (lbl->name); in read_labels_file() [all …]
|
| H A D | DbeSession.cc | 2949 DbeSession::append (UserLabel *lbl) in append() 2954 userLabels = new Vector<UserLabel*> (); in append() 2966 UserLabel * 2971 UserLabel *lbl = userLabels->fetch (i); in findUserLabel() 2997 UserLabel *ulbl = findUserLabel (name); in findObjDefByName() 3231 UserLabel *lbl = userLabels->fetch (i); in get_filter_keywords()
|
| H A D | DbeSession.cc.1 | 55 #include "UserLabel.h" 2943 DbeSession::append (UserLabel *lbl) 2948 userLabels = new Vector<UserLabel*> (); 2960 UserLabel * 2965 UserLabel *lbl = userLabels->fetch (i); 2991 UserLabel *ulbl = findUserLabel (name); 3237 UserLabel *lbl = userLabels->fetch (i);
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | UserLabel.cc | 31 int UserLabel::last_id = 0; 33 UserLabel::UserLabel (char *_name) in UserLabel() function in UserLabel 46 UserLabel::~UserLabel () in ~UserLabel() 57 UserLabel::gen_expr () in gen_expr() 95 UserLabel::register_user_label (int groupId) in register_user_label() 103 UserLabel *ulbl = dbeSession->findUserLabel (name); in register_user_label() 132 UserLabel::dump () in dump() 164 UserLabel::dump (const char *msg, Vector<UserLabel*> *labels) in dump() 172 UserLabel *lbl = labels->fetch (i); in dump()
|
| H A D | UserLabel.h | 30 class UserLabel 41 UserLabel (char *_name); 42 ~UserLabel (); 46 static void dump (const char *msg, Vector<UserLabel*> *labels);
|
| H A D | DbeSession.h | 72 class UserLabel; variable 334 Vector<UserLabel*> *userLabels; // List of er_labels 335 UserLabel *findUserLabel (const char *name); 337 void append (UserLabel *lbl);
|
| H A D | Makefile.am | 86 UserLabel.cc \
|
| H A D | Experiment.h | 41 class UserLabel; variable 490 Vector<UserLabel*> *userLabels; // List of er_labels
|
| H A D | Makefile.in | 178 QLParser.tab.lo dbe_collctrl.lo i18n.lo parse.lo UserLabel.lo \ 512 UserLabel.cc \
|
| H A D | Experiment.cc | 1991 UserLabel *lbl = new UserLabel (name); in startElement() 2002 if (relative == UserLabel::REL_TIME) in startElement() 2012 UserLabel *firstLbl = exp->userLabels->fetch (i); in startElement() 2028 UserLabel *l1 = *((UserLabel **) a); in sortUserLabels() 2029 UserLabel *l2 = *((UserLabel **) b); in sortUserLabels() 2063 userLabels = new Vector<UserLabel*>(); in read_labels_file() 2088 UserLabel::dump ("After sortUserLabels:", userLabels); in read_labels_file() 2089 UserLabel *ulbl = NULL; in read_labels_file() 2092 UserLabel *lbl = userLabels->fetch (i); in read_labels_file() 2094 ulbl = new UserLabel (lbl->name); in read_labels_file() [all …]
|
| H A D | DbeSession.cc | 2949 DbeSession::append (UserLabel *lbl) in append() 2954 userLabels = new Vector<UserLabel*> (); in append() 2966 UserLabel * 2971 UserLabel *lbl = userLabels->fetch (i); in findUserLabel() 2997 UserLabel *ulbl = findUserLabel (name); in findObjDefByName() 3231 UserLabel *lbl = userLabels->fetch (i); in get_filter_keywords()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 498 class UserLabel { class 511 UserLabel(const DILabel *label, DebugLoc L, SlotIndex Idx) in UserLabel() function in __anonfbf3834f0411::UserLabel 553 SmallVector<std::unique_ptr<UserLabel>, 2> userLabels; 714 void UserLabel::print(raw_ostream &OS, const TargetRegisterInfo *TRI) { in print() 877 userLabels.push_back(std::make_unique<UserLabel>(Label, DL, Idx)); in handleDebugLabel() 1628 void UserLabel::insertDebugLabel(MachineBasicBlock *MBB, SlotIndex Idx, in insertDebugLabel() 1694 void UserLabel::emitDebugLabel(LiveIntervals &LIS, const TargetInstrInfo &TII, in emitDebugLabel()
|
| /netbsd-src/external/gpl3/binutils.old/dist/ |
| H A D | sha256.sum | 15199 40b18490b0e206a5ecf09fab82ada2f1e0d0e1bc136dd3cf4f67c5f72406ef8b gprofng/src/UserLabel.h 15210 d1d318e34ccb90a613c3ae203c1ca6add8cab03238641f016939c3e645bf3205 gprofng/src/UserLabel.cc
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | sha256.sum | 16628 3033c80d5a40760ca8e0db8bd56ae52093bdb36aeda734cd6842751b7166fe18 gprofng/src/UserLabel.cc 16629 db247846ec4d7630433f45c5c7a8db5b7ab9765eafa059147c0225cfdea5c5cb gprofng/src/UserLabel.h
|