MCPcopy Create free account
hub / github.com/Inori/GPCS4 / emitMainFunctionBegin

Method emitMainFunctionBegin

GPCS4/Graphics/Gcn/GcnCompiler.cpp:271–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 3

emitVsFinalizeMethod · 0.95
emitPsFinalizeMethod · 0.95
emitCsFinalizeMethod · 0.95

Calls 4

emitFunctionBeginMethod · 0.95
emitFunctionLabelMethod · 0.95
defVoidTypeMethod · 0.80
defFunctionTypeMethod · 0.80

Tested by

no test coverage detected