| 1015 | } |
| 1016 | |
| 1017 | ExternFuncInfo* nullcDebugFunctionInfo(unsigned int *count) |
| 1018 | { |
| 1019 | using namespace NULLC; |
| 1020 | |
| 1021 | if(count && linker) |
| 1022 | *count = linker->exFunctions.size(); |
| 1023 | return linker ? linker->exFunctions.data : NULL; |
| 1024 | } |
| 1025 | |
| 1026 | ExternLocalInfo* nullcDebugLocalInfo(unsigned int *count) |
| 1027 | { |
no test coverage detected