| 1071 | }*/ |
| 1072 | |
| 1073 | int BlCodeView::CreateSectionHeaderStream() |
| 1074 | { |
| 1075 | int symRecordStreamIdx = StartStream(); |
| 1076 | mWriter.Write(mSectionHeaders.GetPtr(), mSectionHeaders.GetSize()); |
| 1077 | EndStream(); |
| 1078 | return symRecordStreamIdx; |
| 1079 | } |
| 1080 | |
| 1081 | void BlCodeView::CreateDBIStream() |
| 1082 | { |