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

References

include/llvm/IR/DebugInfoMetadata.h
  628   DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); }
lib/IR/AsmWriter.cpp
 1850   Printer.printMetadata("scope", N->getRawScope());
 1873   Printer.printMetadata("scope", N->getRawScope());
lib/IR/LLVMContextImpl.h
  430         Line(N->getLine()), Scope(N->getRawScope()),
  439            Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
  473     return isODRMember(LHS->getTag(), LHS->getRawScope(), LHS->getRawName(),
  491            Scope == RHS->getRawScope();
  527         Line(N->getLine()), Scope(N->getRawScope()),
  539            Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
lib/IR/Verifier.cpp
  934   AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope());
  934   AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope());
  976   AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope());
  976   AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope());