[llvm-branch-commits] [llvm] [llvm-profgen] Extend llvm-profgen to generate vtable profiles with data access events. (PR #148013)
Wei Wang via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 28 11:55:55 PDT 2025
================
@@ -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
More information about the llvm-branch-commits
mailing list