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

Declarations

include/llvm/CodeGen/LexicalScopes.h
  172   LexicalScope *findLexicalScope(const DILocation *DL);

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1156     LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc);
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 1275     LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc);
 1304   auto *LScope = LScopes.findLexicalScope(DL);
 1328     auto *PredScope = LScopes.findLexicalScope(PredDL);
lib/CodeGen/LiveDebugVariables.cpp
  891   LexicalScope *Scope = LS.findLexicalScope(dl);