reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1156     LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc);
 1313       Scope = LScopes.findInlinedScope(DIVar->getScope(), InlinedAt);
 1315       Scope = LScopes.findLexicalScope(DIVar->getScope());
 2838   if (LexicalScope *CFS = LScopes.getCurrentFunctionScope())
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
   95   WorkList.push_back(LScopes.getCurrentFunctionScope());
  195   LScopes.initialize(*MF);
  196   if (LScopes.empty()) {
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 1249   CU.createAbstractEntity(Node, LScopes.getOrCreateAbstractScope(
 1259           LScopes.findAbstractScope(cast_or_null<DILocalScope>(ScopeNode)))
 1275     LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc);
 1482          validThroughout(LScopes, StartDebugMI, EndMI);
 1527       Scope = LScopes.findInlinedScope(LocalVar->getScope(), IA);
 1529       Scope = LScopes.findLexicalScope(LocalVar->getScope());
 1550       if (validThroughout(LScopes, MInsn, End)) {
 1601       Scope = LScopes.findInlinedScope(LocalScope, IA);
 1603       Scope = LScopes.findLexicalScope(LocalScope);
 1622       Scope = LScopes.findLexicalScope(DV->getScope());
 1624       Scope = LScopes.findLexicalScope(DL->getScope());
 1783   assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode());
 1783   assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode());
 1824   LexicalScope *FnScope = LScopes.getCurrentFunctionScope();
 1844       LScopes.getAbstractScopesList().empty() && !IsDarwin) {
 1852   size_t NumAbstractScopes = LScopes.getAbstractScopesList().size();
 1855   for (LexicalScope *AScope : LScopes.getAbstractScopesList()) {
 1871       assert(LScopes.getAbstractScopesList().size() == NumAbstractScopes
 1880     if (!LScopes.getAbstractScopesList().empty() &&