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

References

include/llvm/IR/DebugInfoMetadata.h
 1404     return getTemporary(getContext(), getLine(), getColumn(), getRawScope(),
 1435   DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); }
lib/IR/AsmWriter.cpp
 1792   Printer.printMetadata("scope", DL->getRawScope(), /* ShouldSkipNull */ false);
lib/IR/LLVMContextImpl.h
  290       : Line(L->getLine()), Column(L->getColumn()), Scope(L->getRawScope()),
  295            Scope == RHS->getRawScope() && InlinedAt == RHS->getRawInlinedAt() &&
lib/IR/Verifier.cpp
  873   AssertDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()),
  873   AssertDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()),
  874            "location requires a valid scope", &N, N.getRawScope());
  877   if (auto *SP = dyn_cast<DISubprogram>(N.getRawScope()))
 2341     Metadata *Parent = DL->getRawScope();
 4943   DISubprogram *LocSP = getSubprogram(Loc->getRawScope());
 4978   DISubprogram *LocSP = getSubprogram(Loc->getRawScope());