Lines Matching refs:LexicalScope
587 void DwarfCompileUnit::constructScopeDIE(LexicalScope *Scope, in constructScopeDIE()
701 DIE *DwarfCompileUnit::constructInlinedScopeDIE(LexicalScope *Scope, in constructInlinedScopeDIE()
738 DIE *DwarfCompileUnit::constructLexicalScopeDIE(LexicalScope *Scope) { in constructLexicalScopeDIE()
968 const LexicalScope &Scope, in constructVariableDIE()
977 const LexicalScope &Scope) { in constructLabelDIE()
1092 LexicalScope *Scope) { in constructSubprogramScopeDIE()
1119 DIE *DwarfCompileUnit::createAndAddScopeChildren(LexicalScope *Scope, in createAndAddScopeChildren()
1146 auto skipLexicalScope = [this](LexicalScope *S) -> bool { in createAndAddScopeChildren()
1155 for (LexicalScope *LS : Scope->getChildren()) { in createAndAddScopeChildren()
1168 LexicalScope *Scope) { in constructAbstractSubprogramScopeDIE()
1472 LexicalScope *Scope) { in createAbstractEntity()