From 8f0f90294096ed12e099b0572e28b531636e4fd8 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Fri, 25 Jun 2021 18:08:55 -0400 Subject: GetAllTagReferenceTypeCounts for optimized all-counts list --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') 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); size_t GetAllTagReferencesOfTypeCount(Ref tagType); + std::map, size_t> GetAllTagReferenceTypeCounts(); std::vector GetDataTagReferences(); std::vector> GetDataTags(uint64_t addr); @@ -3290,7 +3291,6 @@ __attribute__ ((format (printf, 1, 2))) std::vector GetAllTagReferences(); std::vector GetTagReferencesOfType(Ref tagType); - size_t GetTagReferencesOfTypeCount(Ref tagType); std::vector GetAddressTagReferences(); std::vector> GetAddressTags(Architecture* arch, uint64_t addr); -- cgit v1.3.1