Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SetupStep
Method · 0.80
SetNextStatement
Method · 0.80
DisassembleAt
Method · 0.80
FindLineCallAddresses
Method · 0.80
GetSrcFile
Method · 0.80
ParseDWARF
Method · 0.80
HotReplaceMethods
Method · 0.80
ExecuteOps
Method · 0.80
ParseCompileUnit_Symbols
Method · 0.80
ParseCompileUnit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected