Home
last modified time | relevance | path

Searched refs:emit_num_value (Results 1 – 3 of 3) sorted by relevance

/external/libabigail/src/
Dabg-reporter-priv.cc39 emit_num_value(uint64_t value, const diff_context& ctxt, ostream& out) in emit_num_value() function
116 emit_num_value(o, ctxt, out); in show_numerical_change()
118 emit_num_value(n, ctxt, out); in show_numerical_change()
155 emit_num_value(v, ctxt, out); in show_offset_or_size()
205 emit_num_value(get_member_function_vtable_offset(mem_fn), in represent()
208 emit_num_value(biggest_voffset, ctxt, out); in represent()
315 emit_num_value(change, ctxt, out); in maybe_show_relative_offset_change()
374 emit_num_value(change, ctxt, out); in maybe_show_relative_size_change()
768 emit_num_value(first_array->get_size_in_bits(), *ctxt, out); in report_size_and_alignment_changes()
773 emit_num_value(second_array->get_size_in_bits(), *ctxt, out); in report_size_and_alignment_changes()
Dabg-reporter-priv.h110 emit_num_value(uint64_t value, const diff_context& ctxt, ostream& out);
/external/libabigail/
DChangeLog7819 emit_num_value.
7911 (maybe_convert_bits_to_bytes, emit_num_value, show_offset_or_size)
7914 * src/abg-reporter-priv.cc (convert_bits_to_bytes, emit_num_value)
7918 new emit_num_value function.
7922 emit_num_value functions.
7924 (report_size_and_alignment_changes): Use the new emit_num_value