| 1042 | } |
| 1043 | |
| 1044 | char* nullcDebugSource() |
| 1045 | { |
| 1046 | using namespace NULLC; |
| 1047 | |
| 1048 | return linker ? linker->exSource.data : NULL; |
| 1049 | } |
| 1050 | |
| 1051 | NULLCCodeInfo* nullcDebugCodeInfo(unsigned int *count) |
| 1052 | { |
no outgoing calls
no test coverage detected