================ @@ -390,32 +390,41 @@ bool MCPseudoProbeDecoder::buildGUID2FuncDescMap(const uint8_t *Start, Data = Start; End = Data + Size; + uint32_t FuncDescCount = 0; while (Data < End) { - auto ErrorOrGUID = readUnencodedNumber<uint64_t>(); - if (!ErrorOrGUID) + if (!readUnencodedNumber<uint64_t>()) ---------------- wlei-llvm wrote:
nit: comment the decoded field(and the one below) https://github.com/llvm/llvm-project/pull/102905 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits