[PATCH] D35324: Don't expose a map in the DWARFContext interface

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 13:08:49 PDT 2017


dblaikie added a comment.

Worth using the extra storage like that? I guess a type-erased range is a bit much, but what about a callback-based API? ("forEachTypeSection(function_ref<void(DWARFSection&)>)")


https://reviews.llvm.org/D35324





More information about the llvm-commits mailing list