| 650 | } |
| 651 | |
| 652 | bool BlCodeView::Create(const StringImpl& fileName) |
| 653 | { |
| 654 | if (!mMsf.Create(fileName)) |
| 655 | return false; |
| 656 | |
| 657 | mSymRecordsStream = StartStream(); |
| 658 | mSymRecordsWriter.Start(mWriter.mCurStream); |
| 659 | EndStream(false); |
| 660 | |
| 661 | CreateLinkerModule(); |
| 662 | |
| 663 | return true; |
| 664 | } |
| 665 | |
| 666 | void BlCodeView::StartWorkThreads() |
| 667 | { |