Searched refs:emitDestruction (Results 1 – 2 of 2) sorted by relevance
351 bool emitDestruction(const Descriptor *Desc);450 virtual void emitDestruction() {} in emitDestruction() function478 void emitDestruction() override { destroyLocals(); } in emitDestruction() function511 if (!this->Ctx->emitDestruction(Local.Desc)) in emitDestructors()
5278 C->emitDestruction(); in emitCleanup()5512 if (!this->emitDestruction(D)) in emitRecordDestruction()5552 bool Compiler<Emitter>::emitDestruction(const Descriptor *Desc) { in emitDestruction() function in Compiler5580 if (!this->emitDestruction(ElemDesc)) in emitDestruction()