| 113 | } |
| 114 | |
| 115 | void DbgSubprogram::PopulateSubprogram() |
| 116 | { |
| 117 | if (mDeferredInternalsSize == 0) |
| 118 | return; |
| 119 | mCompileUnit->mDbgModule->PopulateSubprogram(this); |
| 120 | } |
| 121 | |
| 122 | ////////////////////////////////////////////////////////////////////////// |
| 123 |
no outgoing calls
no test coverage detected