| 1067 | } |
| 1068 | |
| 1069 | ExternModuleInfo* nullcDebugModuleInfo(unsigned int *count) |
| 1070 | { |
| 1071 | using namespace NULLC; |
| 1072 | |
| 1073 | if(count && linker) |
| 1074 | *count = linker->exModules.size(); |
| 1075 | return linker ? linker->exModules.data : NULL; |
| 1076 | } |
| 1077 | #endif |
| 1078 | |
| 1079 | void nullcDebugBeginCallStack() |
no test coverage detected