================
@@ -185,6 +185,16 @@ class BinarySizeContextTracker {
 
 using AddressRange = std::pair<uint64_t, uint64_t>;
 
+// The parsed MMap event
+struct MMapEvent {
----------------
apolloww wrote:

Thanks. I'd still prefer reusing `MmapEvent` across the 2 classes, but no 
strong opinion on that.

https://github.com/llvm/llvm-project/pull/148013
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to