Searched refs:RootScope (Results 1 – 3 of 3) sorted by relevance
3551 LocalScope<Emitter> RootScope(this); in visitExpr() local3556 return this->emitRetVoid(E) && RootScope.destroyLocals(); in visitExpr()3563 return this->emitRet(*T, E) && RootScope.destroyLocals(); in visitExpr()3581 return this->emitRetValue(E) && RootScope.destroyLocals(); in visitExpr()3584 RootScope.destroyLocals(); in visitExpr()
1060 DILocalScope &RootScope, DISubprogram &NewSP, LLVMContext &Ctx, in cloneScopeForSubprogram() argument1065 for (DIScope *Scope = &RootScope; !isa<DISubprogram>(Scope); in cloneScopeForSubprogram()
1655 cloneScopeForSubprogram(DILocalScope &RootScope, DISubprogram &NewSP,