Home
last modified time | relevance | path

Searched refs:get_offset_in_bits (Results 1 – 6 of 6) sorted by relevance

/external/libabigail/src/
Dabg-comparison-priv.h652 if (f->get_offset_in_bits() >= 0 in operator()
653 && s->get_offset_in_bits() >= 0) in operator()
654 return f->get_offset_in_bits() < s->get_offset_in_bits(); in operator()
Dabg-hash.cc562 v = hashing::combine_hashes(v, hash_size(t.get_offset_in_bits())); in operator ()()
Dabg-writer.cc1523 if (base->get_offset_in_bits() >= 0) in write_layout_offset()
1524 o << " layout-offset-in-bits='" << base->get_offset_in_bits() << "'"; in write_layout_offset()
Dabg-ir.cc2725 dm_context_rel::get_offset_in_bits() const in get_offset_in_bits() function in abigail::ir::dm_context_rel
5145 return ctxt_rel->get_offset_in_bits(); in get_data_member_offset()
5191 return (ctxt_rel->get_offset_in_bits() in get_absolute_data_member_offset()
20630 class_decl::base_spec::get_offset_in_bits() const in get_offset_in_bits() function in abigail::ir::class_decl::base_spec
23552 h = hashing::combine_hashes(h, hash_size(bs->get_offset_in_bits())); in hash_type_or_decl()
/external/libabigail/include/
Dabg-ir.h2725 get_offset_in_bits() const;
4220 get_offset_in_bits() const;
/external/libabigail/
DChangeLog2182 set_is_laid_out, get_offset_in_bits, set_offset_in_bits,
17313 get_offset_in_bits}): Make these member functions out of line.
17316 get_offset_in_bits}): Define these functions here.
34666 (class_decl::base_spec::{get_is_virtual, get_offset_in_bits}): New