| 643 | } |
| 644 | |
| 645 | int BlCodeView::EndSection() |
| 646 | { |
| 647 | int totalLen = mWriter.GetStreamPos() - mSectStartFilePos - 8; |
| 648 | *((int32*)mWriter.GetStreamPtr(mSectStartFilePos + 4)) = totalLen; |
| 649 | return totalLen + 8; |
| 650 | } |
| 651 | |
| 652 | bool BlCodeView::Create(const StringImpl& fileName) |
| 653 | { |
no test coverage detected