Lines Matching refs:LScopes

1494   CU.createAbstractEntity(Node, LScopes.getOrCreateAbstractScope(  in ensureAbstractEntityIsCreated()
1504 LScopes.findAbstractScope(cast_or_null<DILocalScope>(ScopeNode))) in ensureAbstractEntityIsCreatedIfScoped()
1521 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1550 static bool validThroughout(LexicalScopes &LScopes, in validThroughout() argument
1557 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout()
1585 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout()
1766 !validThroughout(LScopes, StartDebugMI, EndMI, getInstOrdering())) in buildLocationList()
1852 Scope = LScopes.findInlinedScope(LocalVar->getScope(), IA); in collectEntityInfo()
1854 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in collectEntityInfo()
1875 if (validThroughout(LScopes, MInsn, End, getInstOrdering())) { in collectEntityInfo()
1926 Scope = LScopes.findInlinedScope(LocalScope, IA); in collectEntityInfo()
1928 Scope = LScopes.findLexicalScope(LocalScope); in collectEntityInfo()
1947 Scope = LScopes.findLexicalScope(DV->getScope()); in collectEntityInfo()
1949 Scope = LScopes.findLexicalScope(DL->getScope()); in collectEntityInfo()
2148 assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode()); in beginFunctionImpl()
2204 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in endFunctionImpl()
2226 LScopes.getAbstractScopesList().empty() && !IsDarwin) { in endFunctionImpl()
2234 size_t NumAbstractScopes = LScopes.getAbstractScopesList().size(); in endFunctionImpl()
2237 for (LexicalScope *AScope : LScopes.getAbstractScopesList()) { in endFunctionImpl()
2253 assert(LScopes.getAbstractScopesList().size() == NumAbstractScopes in endFunctionImpl()
2262 if (!LScopes.getAbstractScopesList().empty() && in endFunctionImpl()