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

Method SetCurrentDebugLocation

IDEHelper/Compiler/BfIRBuilder.cpp:5801–5811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5799}
5800
5801void BfIRBuilder::SetCurrentDebugLocation(int line, int column, BfIRMDNode diScope, BfIRMDNode diInlinedAt)
5802{
5803 BF_ASSERT(diScope);
5804 if (mDbgVerifyCodeGen && gDebugDbgLoc)
5805 {
5806 OutputDebugStrF("SetCurrentDebugLocation %d %d:%d\n", diScope.mId, line, column);
5807 }
5808 WriteCmd(BfIRCmd_SetCurrentDebugLocation, line, column, diScope, diInlinedAt);
5809 mHasDebugLoc = true;
5810 NEW_CMD_INSERTED;
5811}
5812
5813void BfIRBuilder::CreateNop()
5814{

Callers 4

AddDeferredCallEntryMethod · 0.45
UpdateSrcPosMethod · 0.45
SetIllegalSrcPosMethod · 0.45
HandleNextCmdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected