diff options
| author | Glenn Smith <glenn@vector35.com> | 2021-06-25 18:08:55 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2021-07-01 01:32:28 -0400 |
| commit | 8f0f90294096ed12e099b0572e28b531636e4fd8 (patch) | |
| tree | f0d15a077c4829e7a5ec290c2532f1126eaa71f5 /binaryninjaapi.h | |
| parent | 78f177679cfacfcfb4f9ff542cb20a04914aed1f (diff) | |
GetAllTagReferenceTypeCounts for optimized all-counts list
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 629f4ea8..daaff150 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1683,6 +1683,7 @@ __attribute__ ((format (printf, 1, 2))) size_t GetTagReferencesOfTypeCount(Ref<TagType> tagType); size_t GetAllTagReferencesOfTypeCount(Ref<TagType> tagType); + std::map<Ref<TagType>, size_t> GetAllTagReferenceTypeCounts(); std::vector<TagReference> GetDataTagReferences(); std::vector<Ref<Tag>> GetDataTags(uint64_t addr); @@ -3290,7 +3291,6 @@ __attribute__ ((format (printf, 1, 2))) std::vector<TagReference> GetAllTagReferences(); std::vector<TagReference> GetTagReferencesOfType(Ref<TagType> tagType); - size_t GetTagReferencesOfTypeCount(Ref<TagType> tagType); std::vector<TagReference> GetAddressTagReferences(); std::vector<Ref<Tag>> GetAddressTags(Architecture* arch, uint64_t addr); |
