commit | 0218a940cb2794d65c74f673d4c5e0c78473bfa2 | [log] [tgz] |
---|---|---|
author | Yi-yo Chiang <yochiang@google.com> | Tue Jul 17 14:20:50 2018 +0800 |
committer | Yi-yo Chiang <yochiang@google.com> | Mon Jul 23 14:58:03 2018 +0800 |
tree | 1341c7f0f5c67c574aff3abef044ac951b5b2a7c | |
parent | e6964f00a8b5e5656fea25110f0d4f4283a1c8d3 [diff] |
Add is_inlined and is_pure property to header-abi-dump - abi_dump.proto: Adds is_inlined and is_pure flag to VTableComponent. is_inlined means a virtual function is inlined and probably not exported. is_pure means a virtual function is pure and probably not exported. Bug: 80217511 Test: ./tests/test.py Change-Id: Ic1562ed47faba1f3d7eec6dffe94991296ba7176