Searched defs:has_debug_info (Results 1 - 4 of 4) sorted by relevance

/external/oprofile/libpp/
H A Dpopulate.cpp60 string_filter const & symbol_filter, bool * has_debug_info)
64 has_debug_info);
108 if (has_debug_info)
109 *has_debug_info = abfd.has_debug_info();
59 populate_for_image(profile_container & samples, inverted_profile const & ip, string_filter const & symbol_filter, bool * has_debug_info) argument
H A Dpopulate_for_spu.cpp52 size_t ip_grp_num, bool * has_debug_info)
98 if (has_debug_info && !*has_debug_info)
99 *has_debug_info = abfd->has_debug_info();
109 bool * has_debug_info)
121 symbol_filter, i, has_debug_info);
47 populate_spu_profile_from_files(list<profile_sample_files> const & files, string const app_image, profile_container & samples, inverted_profile const & ip, string_filter const & symbol_filter, size_t ip_grp_num, bool * has_debug_info) argument
106 populate_for_spu_image(profile_container & samples, inverted_profile const & ip, string_filter const & symbol_filter, bool * has_debug_info) argument
/external/oprofile/libutil++/
H A Dop_bfd.cpp216 has_debug_info();
340 bool op_bfd::has_debug_info() const function in class:op_bfd
348 if (ibfd.has_debug_info())
356 if (dbfd.has_debug_info())
371 if (!has_debug_info())
H A Dbfd_support.cpp408 bool bfd_info::has_debug_info() const function in class:bfd_info

Completed in 145 milliseconds