| 988 | |
| 989 | #ifndef NULLC_NO_EXECUTOR |
| 990 | ExternTypeInfo* nullcDebugTypeInfo(unsigned int *count) |
| 991 | { |
| 992 | using namespace NULLC; |
| 993 | |
| 994 | if(count && linker) |
| 995 | *count = linker->exTypes.size(); |
| 996 | return linker ? linker->exTypes.data : NULL; |
| 997 | } |
| 998 | |
| 999 | unsigned int* nullcDebugTypeExtraInfo(unsigned int *count) |
| 1000 | { |
no test coverage detected