Lines Matching refs:LexicalScope
572 void DwarfCompileUnit::constructScopeDIE(LexicalScope *Scope, in constructScopeDIE()
686 DIE *DwarfCompileUnit::constructInlinedScopeDIE(LexicalScope *Scope, in constructInlinedScopeDIE()
723 DIE *DwarfCompileUnit::constructLexicalScopeDIE(LexicalScope *Scope) { in constructLexicalScopeDIE()
953 const LexicalScope &Scope, in constructVariableDIE()
962 const LexicalScope &Scope) { in constructLabelDIE()
1077 LexicalScope *Scope) { in constructSubprogramScopeDIE()
1104 DIE *DwarfCompileUnit::createAndAddScopeChildren(LexicalScope *Scope, in createAndAddScopeChildren()
1131 auto skipLexicalScope = [this](LexicalScope *S) -> bool { in createAndAddScopeChildren()
1140 for (LexicalScope *LS : Scope->getChildren()) { in createAndAddScopeChildren()
1153 LexicalScope *Scope) { in constructAbstractSubprogramScopeDIE()
1451 LexicalScope *Scope) { in createAbstractEntity()