MCPcopy Create free account
hub / github.com/beefytech/Beef / Create

Method Create

IDEHelper/Linker/BlCodeView.cpp:652–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650}
651
652bool 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
666void BlCodeView::StartWorkThreads()
667{

Callers

nothing calls this directly

Calls 1

StartMethod · 0.45

Tested by

no test coverage detected