| 269 | } |
| 270 | |
| 271 | void GcnCompiler::emitMainFunctionBegin() |
| 272 | { |
| 273 | this->emitFunctionBegin( |
| 274 | m_entryPointId, |
| 275 | m_module.defVoidType(), |
| 276 | m_module.defFunctionType( |
| 277 | m_module.defVoidType(), 0, nullptr)); |
| 278 | this->emitFunctionLabel(); |
| 279 | } |
| 280 | |
| 281 | void GcnCompiler::emitVsInit() |
| 282 | { |
no test coverage detected