Searched refs:findLexicalScope (Results 1 – 7 of 7) sorted by relevance
172 LexicalScope *findLexicalScope(const DILocation *DL);192 LexicalScope *findLexicalScope(const DILocalScope *N) { in findLexicalScope() function
124 LexicalScope *LexicalScopes::findLexicalScope(const DILocation *DL) { in findLexicalScope() function in LexicalScopes137 return findLexicalScope(Scope); in findLexicalScope()
1138 LexicalScope *Scope = LS.findLexicalScope(dl); in computeIntervals()
1539 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()1574 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout()1602 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout()1810 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in collectEntityInfo()1884 Scope = LScopes.findLexicalScope(LocalScope); in collectEntityInfo()1903 Scope = LScopes.findLexicalScope(DV->getScope()); in collectEntityInfo()1905 Scope = LScopes.findLexicalScope(DL->getScope()); in collectEntityInfo()
154 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in trimLocationRanges()
1191 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()1353 Scope = LScopes.findLexicalScope(DIVar->getScope()); in collectVariableInfo()
1605 auto *Scope = LS.findLexicalScope(MI.getDebugLoc().get()); in transferDebugValue()1661 auto *Scope = LS.findLexicalScope(MI.getDebugLoc().get()); in transferDebugInstrRef()3304 auto *Scope = LS.findLexicalScope(ScopeLoc); in ExtendRanges()