[PATCH] D20876: [PDB] Print section contributions and section map

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 13:05:33 PDT 2016


zturner added a comment.

So apparently entries in the `SectionMap` correspond to the symbols of type `COFF Group` and `Section`.  For example, if you look at the `Entry` field in the section map which has `Section=2`, and then you go up to the Symbol section and look for all the `COFF Group` entries with `Segment=2` and add up their lengths, you will see that they match.  I'm still not sure what to use the fields of the section map entries for though.  I assume those Flags are important, but unfortunately they are undocumented.


http://reviews.llvm.org/D20876





More information about the llvm-commits mailing list