HomeSort by relevance Sort by last modified time
    Searched refs:get_symbols (Results 1 - 14 of 14) sorted by null

  /external/oprofile/libpp/
diff_container.h 31 get_symbols(profile_container::symbol_choice & choice) const;
callgraph_container.h 56 symbol_collection const & get_symbols() const;
130 symbol_collection const & get_symbols() const;
callgraph_container.cpp 389 symbol_collection const & arc_recorder::get_symbols() const function in class:arc_recorder
586 symbol_collection syms = recorder.get_symbols();
603 symbol_collection const & callgraph_container::get_symbols() const function in class:callgraph_container
605 return recorder.get_symbols();
diff_container.cpp 116 diff_container::get_symbols(profile_container::symbol_choice & choice) const function in class:diff_container
  /external/llvm/bindings/python/llvm/tests/
test_object.py 36 for symbol in o.get_symbols():
46 for symbol in o.get_symbols():
52 for symbol in o.get_symbols():
  /external/oprofile/libutil++/
bfd_support.h 41 void get_symbols();
op_bfd.cpp 176 get_symbols(symbols);
208 void op_bfd::get_symbols(op_bfd::symbols_found_t & symbols) function in class:op_bfd
210 ibfd.get_symbols();
219 dbfd.get_symbols();
op_bfd.h 228 void get_symbols(symbols_found_t & symbols);
231 * Helper function for get_symbols.
op_spu_bfd.cpp 169 get_symbols(symbols);
bfd_support.cpp 574 void bfd_info::get_symbols() function in class:bfd_info
579 cverb << vbfd << "bfd_info::get_symbols() for "
  /external/llvm/tools/gold/
gold-plugin.cpp 49 ld_plugin_get_symbols get_symbols = NULL; member in namespace:__anon11977
200 get_symbols = tv->tv_u.tv_get_symbols;
363 /// At this point, we use get_symbols to see if any of our definitions have
382 (*get_symbols)(I->handle, I->syms.size(), &I->syms[0]);
  /external/icu4c/samples/cal/
cal.c 46 static void get_symbols(const UDateFormat *fmt,
286 static void get_symbols(const UDateFormat *fmt, function
317 /* Free the symbols allocated by get_symbols(). */
347 get_symbols(fmt, dayType, days, DAY_COUNT, 1, fdow, status);
368 get_symbols(fmt, monthType, months, MONTH_COUNT - 1, 0, 0, status); /* some locales have 13 months, no idea why */
  /external/oprofile/pp/
opreport.cpp 423 diff_collection symbols = dc.get_symbols(choice);
452 symbol_collection symbols = cg.get_symbols();
  /external/llvm/bindings/python/llvm/
object.py 29 by calling get_sections() and get_symbols() respectively. To inspect
59 symbols = list(obj.get_symbols())
65 for symbol in obj.get_symbols():
74 symbols = list(obj.get_symbols(cache=True))
148 def get_symbols(self, cache=False): member in class:ObjectFile

Completed in 937 milliseconds