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

Method GlobalVar_SetInitializer

IDEHelper/Compiler/BfIRBuilder.cpp:5268–5272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5266}
5267
5268void BfIRBuilder::GlobalVar_SetInitializer(BfIRValue globalVar, BfIRValue initVal)
5269{
5270 BfIRValue retVal = WriteCmd(BfIRCmd_GlobalVar_SetInitializer, globalVar, initVal);
5271 NEW_CMD_INSERTED;
5272}
5273
5274void BfIRBuilder::GlobalVar_SetAlignment(BfIRValue globalVar, int alignment)
5275{

Callers 2

CreateTypeDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected