================ @@ -13,12 +13,18 @@ using namespace lldb_private::dwarf; using namespace lldb_private::plugin::dwarf; +static bool IsStructOrClassTag(llvm::dwarf::Tag Tag) { ---------------- Michael137 wrote:
There's also ``` /// Returns true if `tag` is a class_type of structure_type tag. static bool IsClassOrStruct(dw_tag_t tag) { return tag == DW_TAG_class_type || tag == DW_TAG_structure_type; } ``` In `AppleDWARFIndex` FYI https://github.com/llvm/llvm-project/pull/93839 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits