================ @@ -130,6 +130,10 @@ class PluginProperties : public Properties { } }; +bool IsTypeTag(llvm::dwarf::Tag Tag) { ---------------- clayborg wrote:
Make static and rename to `IsClassOrStructType`. There are many other type tags in DWARF, so this doesn't make it clear that this funciton is only looking for `DW_TAG_class_type` or `DW_TAG_structure_type`. https://github.com/llvm/llvm-project/pull/74773 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits