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

References

include/llvm/IR/DebugInfoMetadata.h
 2877     return cast_or_null<DILocalScope>(getRawScope());
lib/IR/AsmWriter.cpp
 2129   Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false);
lib/IR/LLVMContextImpl.h
  987       : Scope(N->getRawScope()), Name(N->getRawName()), File(N->getRawFile()),
  991     return Scope == RHS->getRawScope() && Name == RHS->getRawName() &&
lib/IR/Verifier.cpp
 1271   if (auto *S = N.getRawScope())
 1277   AssertDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()),
 1277   AssertDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()),
 1278            "label requires a valid scope", &N, N.getRawScope());
 4977   DISubprogram *LabelSP = getSubprogram(Label->getRawScope());