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

Method StartSection

IDEHelper/Linker/BlCodeView.cpp:637–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635}
636
637void BlCodeView::StartSection(int sectionNum)
638{
639 mSectStartFilePos = mWriter.GetStreamPos();
640 BF_ASSERT((mSectStartFilePos % 4) == 0);
641 mWriter.WriteT((int32)sectionNum);
642 mWriter.WriteT((int32)0); // Temporary - size
643}
644
645int BlCodeView::EndSection()
646{

Callers

nothing calls this directly

Calls 2

GetStreamPosMethod · 0.45
WriteTMethod · 0.45

Tested by

no test coverage detected