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

Method GetRootInlineParent

IDEHelper/DbgModule.h:447–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445 int GetByteCount();
446
447 DbgSubprogram* GetRootInlineParent()
448 {
449 if (mInlineeInfo == NULL)
450 return this;
451 return mInlineeInfo->mRootInliner;
452 }
453
454 int GetInlineDepth()
455 {

Callers 10

SetupStepMethod · 0.80
SetNextStatementMethod · 0.80
DisassembleAtMethod · 0.80
FindLineCallAddressesMethod · 0.80
GetSrcFileMethod · 0.80
ParseDWARFMethod · 0.80
HotReplaceMethodsMethod · 0.80
ExecuteOpsMethod · 0.80
ParseCompileUnitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected