Searched refs:LScopes (Results 1 – 6 of 6) sorted by relevance
33 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()120 LScopes.initialize(*MF); in beginFunction()121 if (LScopes.empty()) in beginFunction()
703 createAbstractVariable(Cleansed, LScopes.getOrCreateAbstractScope( in ensureAbstractVariableIsCreated()714 LScopes.findAbstractScope(cast_or_null<DILocalScope>(ScopeNode))) in ensureAbstractVariableIsCreatedIfScoped()729 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMMITable()946 Scope = LScopes.findInlinedScope(IV.first->getScope(), IA); in collectVariableInfo()948 Scope = LScopes.findLexicalScope(IV.first->getScope()); in collectVariableInfo()989 if (LexicalScope *Scope = LScopes.findLexicalScope(DV->getScope())) in collectVariableInfo()1052 if (LScopes.empty()) in beginFunction()1058 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in beginFunction()1096 if (!MMI->hasDebugInfo() || LScopes.empty() || !SP || in endFunction()1114 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in endFunction()[all …]
53 LexicalScopes LScopes; variable
745 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMMITable()791 Scope = LScopes.findInlinedScope(DIVar->getScope(), InlinedAt); in collectVariableInfo()793 Scope = LScopes.findLexicalScope(DIVar->getScope()); in collectVariableInfo()
382 if (LScopes.isCurrentFunctionScope(Scope)) in constructScopeDIE()773 LexicalScope *Scope = LScopes.findAbstractScope(ScopeLoc.getScope(Ctx)); in findAbstractVariable()787 if (!LScopes.isCurrentFunctionScope(Scope)) in addCurrentFnArgument()821 LexicalScope *Scope = LScopes.findLexicalScope(VP.second); in collectVariableInfoFromMMITable()900 Scope = LScopes.getCurrentFunctionScope(); in collectVariableInfo()903 Scope = LScopes.findLexicalScope(MInsn->getDebugLoc()); in collectVariableInfo()906 Scope = LScopes.findInlinedScope(DebugLoc::getFromDILocation(IA)); in collectVariableInfo()908 Scope = LScopes.findLexicalScope(cast<MDNode>(DV->getOperand(1))); in collectVariableInfo()973 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in collectVariableInfo()979 if (LexicalScope *Scope = LScopes.findLexicalScope(DV.getContext())) in collectVariableInfo()[all …]
228 LexicalScopes LScopes; variable