mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Added __parseCompileUnits test
This commit is contained in:
parent
62611713b7
commit
a6f85f53f9
4 changed files with 15 additions and 1 deletions
|
@ -4087,6 +4087,12 @@ CvCompileUnit* COFF::ParseCompileUnit(int compileUnitId)
|
|||
return moduleInfo->mCompileUnit;
|
||||
}
|
||||
|
||||
void COFF::ParseCompileUnits()
|
||||
{
|
||||
for (int i = 0; i < (int)mCvModuleInfo.size(); i++)
|
||||
ParseCompileUnit(i);
|
||||
}
|
||||
|
||||
DbgType* COFF::CvGetTypeOrNamespace(char* name, DbgLanguage language)
|
||||
{
|
||||
if (language == DbgLanguage_Unknown)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue