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

References

include/llvm/IR/DebugInfoMetadata.h
 2729     return cast_or_null<DIGlobalVariable>(getRawDecl());
lib/IR/AsmWriter.cpp
 2018   Printer.printMetadata("declaration", N->getRawDecl(), false);
lib/IR/LLVMContextImpl.h
  803       : Scope(N->getRawScope()), Decl(N->getRawDecl()), Name(N->getRawName()),
  807     return Scope == RHS->getRawScope() && Decl == RHS->getRawDecl() &&
lib/IR/Verifier.cpp
 1178   if (auto *S = N.getRawDecl())