Lines Matching defs:emitter
266 res->emitter = new compiler::ETSEmitter(res);
449 auto *emitter = ctx->emitter;
451 emitter->GenAnnotation();
456 emitter->AddLiteralBuffer(buff, index++);
459 emitter->LiteralBufferIndex() += ctx->contextLiterals.size();
465 [emitter](compiler::CompileJob *job) { emitter->AddProgramElement(job->GetProgramElement()); });
468 emitter->Finalize(ctx->config->options->CompilerOptions().dumpDebugInfo, compiler::Signatures::ETS_GLOBAL);
544 delete ctx->emitter;