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

Method DbgCreateLexicalBlock

IDEHelper/Compiler/BfIRBuilder.cpp:6244–6255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6242}
6243
6244BfIRMDNode BfIRBuilder::DbgCreateLexicalBlock(BfIRMDNode scope, BfIRMDNode file, int line, int col)
6245{
6246 BfIRMDNode retVal = WriteCmd(BfIRCmd_DbgCreateLexicalBlock, scope, file, line, col);
6247 NEW_CMD_INSERTED;
6248
6249 if (mDbgVerifyCodeGen && gDebugDbgLoc)
6250 {
6251 OutputDebugStrF("DbgCreateLexicalBlock Scope:%d File:%d = %d\n", scope.mId, file.mId, retVal.mId);
6252 }
6253
6254 return retVal;
6255}
6256
6257void BfIRBuilder::DbgCreateAnnotation(BfIRMDNode scope, const StringImpl& name, BfIRValue value)
6258{

Callers 2

NewScopeStateMethod · 0.80
UpdateSrcPosMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected