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

Method DbgCreateGlobalVariable

IDEHelper/Compiler/BfIRBuilder.cpp:6238–6242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6236}
6237
6238void BfIRBuilder::DbgCreateGlobalVariable(BfIRMDNode context, const StringImpl& name, const StringImpl& linkageName, BfIRMDNode file, int lineNumber, BfIRMDNode type, bool isLocalToUnit, BfIRValue val, BfIRMDNode decl)
6239{
6240 WriteCmd(BfIRCmd_DbgCreateGlobalVariable, context, name, linkageName, file, lineNumber, type, isLocalToUnit, val, decl);
6241 NEW_CMD_INSERTED;
6242}
6243
6244BfIRMDNode BfIRBuilder::DbgCreateLexicalBlock(BfIRMDNode scope, BfIRMDNode file, int line, int col)
6245{

Callers 3

CreateTypeDataMethod · 0.80
CreateVDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected