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

Method Read

IDEHelper/Backend/BeIRCodeGen.cpp:587–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587void BeIRCodeGen::Read(StringImpl& str)
588{
589 BE_MEM_START;
590 int len = (int)ReadSLEB128();
591 str.Append('?', len);
592 mStream->Read((void*)str.c_str(), len);
593 BE_MEM_END("String");
594}
595
596void BeIRCodeGen::Read(int& i)
597{

Callers 4

ReadSLEB128Method · 0.45
HandleNextCmdMethod · 0.45
ReadLibMethod · 0.45
FinishMethod · 0.45

Calls 15

FailFunction · 0.85
ReadFunction · 0.85
AppendMethod · 0.80
IsVectorMethod · 0.80
GetConstantNullMethod · 0.80
c_strMethod · 0.45
CreateSizedArrayTypeMethod · 0.45
GetPointerToMethod · 0.45
AllocMethod · 0.45
GetTypeMethod · 0.45
IsCompositeMethod · 0.45
IsPointerMethod · 0.45

Tested by

no test coverage detected