Searched refs:get_symbols (Results 1 - 15 of 15) sorted by relevance

/external/oprofile/libpp/
H A Ddiff_container.h31 get_symbols(profile_container::symbol_choice & choice) const;
H A Dcallgraph_container.h56 symbol_collection const & get_symbols() const;
130 symbol_collection const & get_symbols() const;
H A Dcallgraph_container.cpp389 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();
H A Ddiff_container.cpp116 diff_container::get_symbols(profile_container::symbol_choice & choice) const function in class:diff_container
/external/llvm/bindings/python/llvm/tests/
H A Dtest_object.py37 for symbol in o.get_symbols():
46 for symbol in o.get_symbols():
52 for symbol in o.get_symbols():
/external/oprofile/libutil++/
H A Dbfd_support.h41 void get_symbols();
H A Dop_bfd.cpp176 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();
H A Dop_bfd.h228 void get_symbols(symbols_found_t & symbols);
231 * Helper function for get_symbols.
H A Dop_spu_bfd.cpp169 get_symbols(symbols);
H A Dbfd_support.cpp574 void bfd_info::get_symbols() function in class:bfd_info
579 cverb << vbfd << "bfd_info::get_symbols() for "
/external/llvm/tools/gold/
H A Dgold-plugin.cpp65 static ld_plugin_get_symbols get_symbols = NULL; variable
205 get_symbols = tv->tv_u.tv_get_symbols;
408 /// At this point, we use get_symbols to see if any of our definitions have
429 (*get_symbols)(I->handle, I->syms.size(), &I->syms[0]);
/external/chromium_org/third_party/icu/source/samples/cal/
H A Dcal.c46 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/icu/icu4c/source/samples/cal/
H A Dcal.c46 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/
H A Dopreport.cpp423 diff_collection symbols = dc.get_symbols(choice);
452 symbol_collection symbols = cg.get_symbols();
/external/llvm/bindings/python/llvm/
H A Dobject.py29 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))
151 def get_symbols(self, cache=False): member in class:ObjectFile

Completed in 684 milliseconds