- This patch provided API for decoding the traceback table info and unit test for the these API.
- Another patchs will do the following things:
2.1 added a new option --traceback-table to decode the trace back table information for xcoff object file when
using llvm-objdump to disassemble the xcoff objfile.
2.2 print out the traceback table information for llvm-objdump.
I would suggest some renames if we decide not to add any doxygen comment for the masks, because some names here are not self-explanatory.
Here's some suggestion as examples:
GlobaLinkageMask -> GlobalLinkageMask
IsEprolMask -> IsOutOfLineEpilogOrPrologueMask
HasCodeLenMask -> HasTraceBackTableOffsetMask
...
Hope you could get the idea.