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

Method CreateSectionHeaderStream

IDEHelper/Linker/BlCodeView.cpp:1073–1079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

WriteMethod · 0.45
GetPtrMethod · 0.45
GetSizeMethod · 0.45

Tested by

no test coverage detected