Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ GetDbgModule
Method
GetDbgModule
IDEHelper/DbgModule.cpp:1508–1513 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1506
}
1507
1508
DbgModule* DbgType::GetDbgModule()
1509
{
1510
if (mCompileUnit == NULL)
1511
return NULL;
1512
return mCompileUnit->mDbgModule;
1513
}
1514
1515
DbgType* DbgType::GetPrimaryType()
1516
{
Callers
6
Cast
Method · 0.80
PerformBinaryOperation
Method · 0.80
GetMemberList
Method · 0.80
DbgTypedValueToString
Method · 0.80
GetPointerType
Method · 0.80
GetConstType
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected