| 1049 | } |
| 1050 | |
| 1051 | NULLCCodeInfo* nullcDebugCodeInfo(unsigned int *count) |
| 1052 | { |
| 1053 | using namespace NULLC; |
| 1054 | |
| 1055 | if(count && linker) |
| 1056 | *count = linker->exCodeInfo.size() >> 1; |
| 1057 | return linker ? (NULLCCodeInfo*)linker->exCodeInfo.data : NULL; |
| 1058 | } |
| 1059 | |
| 1060 | VMCmd* nullcDebugCode(unsigned int *count) |
| 1061 | { |
no test coverage detected