Searched refs:cg_symbol (Results 1 – 5 of 5) sorted by relevance
104 class cg_symbol : public symbol_entry {106 cg_symbol(symbol_entry const & sym) : symbol_entry(sym) {} in cg_symbol() function122 typedef std::list<cg_symbol> cg_collection_objs;
513 cg_symbol const * sym = dynamic_cast<cg_symbol const *>(*it); in output()515 cg_symbol::children::const_iterator cit; in output()516 cg_symbol::children::const_iterator cend = sym->callers.end(); in output()738 cg_symbol::children const cg_symb, op_bfd * & abfd) in output_cg_children()740 cg_symbol::children::const_iterator cit; in output_cg_children()741 cg_symbol::children::const_iterator cend = cg_symb.end(); in output_cg_children()766 cg_symbol const * cg_symb = dynamic_cast<cg_symbol const *>(symb); in output_symbol_data()943 output_symbol_core(ostream & out, cg_symbol::children const cg_symb, in output_symbol_core()947 cg_symbol::children::const_iterator cit; in output_symbol_core()948 cg_symbol::children::const_iterator cend = cg_symb.end(); in output_symbol_core()[all …]
37 bool operator==(cg_symbol const & lhs, cg_symbol const & rhs) in operator ==()304 void arc_recorder::process_children(cg_symbol & sym, double threshold) in process_children()320 cg_symbol::children::iterator cit = sym.callers.begin(); in process_children()321 cg_symbol::children::iterator cend = sym.callers.end(); in process_children()350 cg_symbol sym((*it).first); in process()
296 cg_symbol::children const cg_symb, op_bfd * & abfd);316 cg_symbol::children const cg_symb,
86 void process_children(cg_symbol & sym, double threshold);