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

Method CreateGlobalStringPtr

IDEHelper/Compiler/BfIRBuilder.cpp:5287–5292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5285}
5286
5287BfIRValue BfIRBuilder::CreateGlobalStringPtr(const StringImpl& str)
5288{
5289 BfIRValue retVal = WriteCmd(BfIRCmd_GlobalStringPtr, str);
5290 NEW_CMD_INSERTED_IRVALUE;
5291 return retVal;
5292}
5293
5294void BfIRBuilder::SetReflectTypeData(BfIRType type, BfIRValue globalVar)
5295{

Callers 2

HandleNextCmdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected