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

Method DbgCreateAutoVariable

IDEHelper/Compiler/BfIRBuilder.cpp:6210–6215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6208}
6209
6210BfIRMDNode BfIRBuilder::DbgCreateAutoVariable(BfIRMDNode scope, const StringImpl& name, BfIRMDNode file, int lineNo, BfIRMDNode type, BfIRInitType initType)
6211{
6212 BfIRMDNode retVal = WriteCmd(BfIRCmd_DbgCreateAutoVariable, scope, name, file, lineNo, type, (int)initType);
6213 NEW_CMD_INSERTED_IRMD;
6214 return retVal;
6215}
6216
6217BfIRValue BfIRBuilder::DbgInsertValueIntrinsic(BfIRValue val, BfIRMDNode varInfo)
6218{

Callers 8

AddDeferredCallEntryMethod · 0.80
VisitMethod · 0.80
CreateDIRetValMethod · 0.80
EmitCtorBodyMethod · 0.80
ProcessMethodMethod · 0.80
DbgFinishMethod · 0.80
InjectMixinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected