This change enables LLD to construct a Section Map stream in a PDB file.
I do not understand all these fields in the Section Map yet, but it seems
like a copy of a COFF section header in another format.
With this patch, DbiStreamBuilder can emit a Section Map which
llvm-pdbdump can dump.
winnt.h defines this value IMAGE_SCN_TYPE_GROUP but it is commented out and says "Reserved". I wonder if that is the same as OMFSegDescFlags::Group. You don't have to add this, just something to think about.