[PATCH] D67506: GSYM: add encoding and decoding to FunctionInfo

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 12 09:33:51 PDT 2019


clayborg created this revision.
clayborg added reviewers: aprantl, lemo, JDevlieghere, jakehehrlich, echristo, phosek, vsk, MaskRay.

This is another patch that originated from the full GSYM patch https://reviews.llvm.org/D53379.

This patch adds encoding and decoding of the FunctionInfo objects along with full error handling and tests. Full details of the FunctionInfo encoding format appear in the FunctionInfo.h header file.


https://reviews.llvm.org/D67506

Files:
  include/llvm/DebugInfo/GSYM/FunctionInfo.h
  lib/DebugInfo/GSYM/FunctionInfo.cpp
  unittests/DebugInfo/GSYM/GSYMTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67506.219939.patch
Type: text/x-patch
Size: 21495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190912/2679d64c/attachment.bin>


More information about the llvm-commits mailing list