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

Method SaveDebugLocation

IDEHelper/Compiler/BfIRBuilder.cpp:5743–5751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5741}
5742
5743void BfIRBuilder::SaveDebugLocation()
5744{
5745 if (!mIgnoreWrites)
5746 {
5747 mSavedDebugLocs.push_back(mModule->mCurFilePosition);
5748 WriteCmd(BfIRCmd_SaveDebugLocation);
5749 NEW_CMD_INSERTED;
5750 }
5751}
5752
5753void BfIRBuilder::RestoreDebugLocation()
5754{

Callers 11

AddDeferredCallEntryMethod · 0.80
TryLocalVariableInitMethod · 0.80
SaveStackStateMethod · 0.80
EmitDtorBodyMethod · 0.80
ProcessMethodMethod · 0.80
VisitMethod · 0.80
GetLambdaInstanceMethod · 0.80
InjectMixinMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected