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

References

include/llvm/IR/DebugInfoMetadata.h
 2111   DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); }
lib/IR/AsmWriter.cpp
 2053   Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false);
lib/IR/LLVMContextImpl.h
  829       : Scope(N->getRawScope()), Name(N->getRawName()),
  834     return Scope == RHS->getRawScope() && Name == RHS->getRawName() &&