================
@@ -205,8 +205,14 @@ class RawMemProfReader final : public MemProfReader {
object::SectionedAddress getModuleOffset(uint64_t VirtualAddress);
+ llvm::SmallVector<std::pair<uint64_t, MemInfoBlock>>
+ readMemInfoBlocks(const char *Ptr);
+
// The profiled binary.
object::OwningBinary<object::Binary> Binary;
+ // Version of raw memprof binary currently being read. Defaults to most
update
----------------
mattweingarten wrote:
done.
https://github.com/llvm/llvm-project/pull/94264
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits