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

References

include/llvm/IR/DebugInfoMetadata.h
 1793     return cast_or_null<DIType>(getRawContainingType());
lib/IR/AsmWriter.cpp
 1960   Printer.printMetadata("containingType", N->getRawContainingType());
lib/IR/LLVMContextImpl.h
  644         ContainingType(N->getRawContainingType()),
  658            ContainingType == RHS->getRawContainingType() &&
lib/IR/Verifier.cpp
 1110   AssertDI(isType(N.getRawContainingType()), "invalid containing type", &N,
 1111            N.getRawContainingType());