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

Method EnsureMethodsMapped

IDEHelper/DbgModule.cpp:2098–2108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2096}
2097
2098void DbgType::EnsureMethodsMapped()
2099{
2100 for (auto methodNameEntry : mMethodNameList)
2101 {
2102 if (methodNameEntry->mCompileUnitId != -1)
2103 {
2104 mCompileUnit->mDbgModule->MapCompileUnitMethods(methodNameEntry->mCompileUnitId);
2105 methodNameEntry->mCompileUnitId = -1;
2106 }
2107 }
2108}
2109
2110#define CREATE_PRIMITIVE_C(typeCode, cTypeName, type) \
2111 dbgType = mAlloc.Alloc<DbgType>(); \

Callers

nothing calls this directly

Calls 1

MapCompileUnitMethodsMethod · 0.45

Tested by

no test coverage detected