| 1058 | } |
| 1059 | |
| 1060 | VMCmd* nullcDebugCode(unsigned int *count) |
| 1061 | { |
| 1062 | using namespace NULLC; |
| 1063 | |
| 1064 | if(count && linker) |
| 1065 | *count = linker->exCode.size(); |
| 1066 | return linker ? (VMCmd*)linker->exCode.data : NULL; |
| 1067 | } |
| 1068 | |
| 1069 | ExternModuleInfo* nullcDebugModuleInfo(unsigned int *count) |
| 1070 | { |
no test coverage detected