| 717 | } |
| 718 | |
| 719 | DbgType* DbgSubprogram::GetParent() |
| 720 | { |
| 721 | if ((mParentType == NULL) && (mCompileUnit != NULL)) |
| 722 | mCompileUnit->mDbgModule->MapCompileUnitMethods(mCompileUnit); |
| 723 | return mParentType; |
| 724 | } |
| 725 | |
| 726 | DbgType* DbgSubprogram::GetTargetType() |
| 727 | { |
no test coverage detected