Home
last modified time | relevance | path

Searched refs:cg_symbol (Results 1 – 5 of 5) sorted by relevance

/external/oprofile/libpp/
Dsymbol.h104 class cg_symbol : public symbol_entry {
106 cg_symbol(symbol_entry const & sym) : symbol_entry(sym) {} in cg_symbol() function
122 typedef std::list<cg_symbol> cg_collection_objs;
Dformat_output.cpp513 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 …]
Dcallgraph_container.cpp37 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()
Dformat_output.h296 cg_symbol::children const cg_symb, op_bfd * & abfd);
316 cg_symbol::children const cg_symb,
Dcallgraph_container.h86 void process_children(cg_symbol & sym, double threshold);