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

Method GlobalVar_SetAlignment

IDEHelper/Compiler/BfIRBuilder.cpp:5274–5279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5272}
5273
5274void BfIRBuilder::GlobalVar_SetAlignment(BfIRValue globalVar, int alignment)
5275{
5276 BF_ASSERT(alignment != -1);
5277 BfIRValue retVal = WriteCmd(BfIRCmd_GlobalVar_SetAlignment, globalVar, alignment);
5278 NEW_CMD_INSERTED;
5279}
5280
5281void BfIRBuilder::GlobalVar_SetStorageKind(BfIRValue globalVar, BfIRStorageKind storageKind)
5282{

Callers 4

CreateStaticFieldMethod · 0.80
AppendedObjectInitMethod · 0.80
CreateTypeDeclDataMethod · 0.80
CreateTypeDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected