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

References

include/llvm/IR/DebugInfoMetadata.h
 3033   DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); }
lib/IR/AsmWriter.cpp
 2196   Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false);
lib/IR/LLVMContextImpl.h
 1078       : Tag(N->getTag()), Scope(N->getRawScope()), Entity(N->getRawEntity()),
 1082     return Tag == RHS->getTag() && Scope == RHS->getRawScope() &&
lib/IR/Verifier.cpp
 1309   if (auto *S = N.getRawScope())