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

Method GetStreamPos

IDEHelper/Linker/BlCodeView.cpp:305–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305int BlCvStreamWriter::GetStreamPos()
306{
307 return (int)((mCurStream->mBlocks.size() - 1)*CV_BLOCK_SIZE + (mCurBlockPos - (mCurBlockEnd - CV_BLOCK_SIZE)));
308}
309
310void BlCvStreamWriter::StreamAlign(int align)
311{

Callers 8

TryInsertMethod · 0.45
StartSectionMethod · 0.45
EndSectionMethod · 0.45
CreatePublicStreamMethod · 0.45
FinishSymRecordsMethod · 0.45
CreateDBIStreamMethod · 0.45
CreateModuleStreamMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected