Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Read
Method
Read
IDEHelper/Compiler/BfIRCodeGen.cpp:927–932 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
925
}
926
927
void BfIRCodeGen::Read(StringImpl& str)
928
{
929
int len = (int)ReadSLEB128();
930
str.Append(
'?'
, len);
931
mStream->Read((void*)str.c_str(), len);
932
}
933
934
void BfIRCodeGen::Read(int& i)
935
{
Callers
2
ReadSLEB128
Method · 0.45
HandleNextCmd
Method · 0.45
Calls
10
Read
Function · 0.85
Fail
Function · 0.85
Append
Method · 0.80
TryGetValue
Method · 0.80
LLVMMapLinkageType
Function · 0.70
c_str
Method · 0.45
Add
Method · 0.45
size
Method · 0.45
back
Method · 0.45
push_back
Method · 0.45
Tested by
no test coverage detected