[PATCH] D113460: [llvm-dwarfdump] Add support for filtering by DIE tags

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 9 16:47:19 PST 2021


dblaikie added a comment.

I was thinking of something simpler/less invasive (no need to add a new data structure to collect all the DIEs, etc).

ie: What if "filterByName" functions were renamed to "filter" and each took an extra argument, `Tags`, & did all the same stufff but also checked Tags?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113460/new/

https://reviews.llvm.org/D113460



More information about the llvm-commits mailing list