| 312 | } |
| 313 | |
| 314 | const char* nullcGetFunctionName(unsigned int funcID) |
| 315 | { |
| 316 | assert(NULLCTypeInfo::linker); |
| 317 | return &NULLCTypeInfo::linker->exSymbols[NULLCTypeInfo::linker->exFunctions[funcID].offsetToName]; |
| 318 | } |
| 319 | |
| 320 | unsigned int nullcGetArraySize(unsigned int typeID) |
| 321 | { |
no test coverage detected