Home
last modified time | relevance | path

Searched refs:write_voffset (Results 1 – 2 of 2) sorted by relevance

/external/libabigail/src/
Dabg-writer.cc851 static void write_voffset(function_decl_sptr, ostream&);
1542 write_voffset(function_decl_sptr fn, ostream&o) in write_voffset() function
3721 write_voffset(fn, o); in write_class_decl()
/external/libabigail/
DChangeLog10190 * src/abg-writer.cc (write_voffset): The virtual offset is signed
10357 * src/abg-writer.cc (write_voffset): The virtual offset is signed
27077 * src/abg-writer.cc (write_voffset): Emit the vtable offset of
30451 * src/abg-writer.cc (write_voffset, write_class_decl): Adjust.
33192 * src/abg-writer.cc (write_voffset): New function.
33193 (write_class_decl): Use the new write_voffset. Cleanup.