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

Declarations

include/llvm/IR/DebugInfoMetadata.h
  414   DIScope *getScope() const;

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  315     Scope = Scope->getScope();
  351   const DIScope *Scope = Ty->getScope();
 2020          Scope = Scope->getScope()) {
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  743     if (const DIScope *S = Context->getScope())
lib/IR/DebugInfoMetadata.cpp
   91     S = S->getScope();
  103     S = S->getScope();
lib/Transforms/Scalar/ADCE.cpp
  427   collectLiveScopes(cast<DILocalScope>(*LS.getScope()));