| 3154 | } |
| 3155 | |
| 3156 | void DbgModule::ReplaceTemplateStr(const char*& name, int& templateNameIdx) |
| 3157 | { |
| 3158 | if (templateNameIdx > 0) |
| 3159 | ((char*)name)[templateNameIdx] = '<'; |
| 3160 | } |
| 3161 | |
| 3162 | void DbgModule::MapSubprogram(DbgSubprogram* dbgSubprogram) |
| 3163 | { |
no outgoing calls
no test coverage detected