Lines Matching refs:LexicalScope
536 void DwarfCompileUnit::constructScopeDIE(LexicalScope *Scope, in constructScopeDIE()
655 DIE *DwarfCompileUnit::constructInlinedScopeDIE(LexicalScope *Scope) { in constructInlinedScopeDIE()
689 DIE *DwarfCompileUnit::constructLexicalScopeDIE(LexicalScope *Scope) { in constructLexicalScopeDIE()
710 const LexicalScope &Scope) { in constructLabelDIE()
907 const LexicalScope &Scope, in constructVariableDIE()
1019 LexicalScope *Scope) { in constructSubprogramScopeDIE()
1046 DIE *DwarfCompileUnit::createAndAddScopeChildren(LexicalScope *Scope, in createAndAddScopeChildren()
1071 auto needToEmitLexicalScope = [this](LexicalScope *LS) { in createAndAddScopeChildren()
1082 for (LexicalScope *LS : Scope->getChildren()) { in createAndAddScopeChildren()
1095 LexicalScope *Scope) { in constructAbstractSubprogramScopeDIE()
1350 LexicalScope *Scope) { in createAbstractEntity()