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

References

include/llvm/IR/DebugInfoMetadata.h
 2138   DIType *getType() const { return cast_or_null<DIType>(getRawType()); }
lib/IR/AsmWriter.cpp
 2070   Printer.printMetadata("type", N->getRawType(), /* ShouldSkipNull */ false);
 2084   Printer.printMetadata("type", N->getRawType());
lib/IR/LLVMContextImpl.h
  852       : Name(N->getRawName()), Type(N->getRawType()) {}
  855     return Name == RHS->getRawName() && Type == RHS->getRawType();
  870       : Tag(N->getTag()), Name(N->getRawName()), Type(N->getRawType()),
  875            Type == RHS->getRawType() && Value == RHS->getValue();
lib/IR/Verifier.cpp
 1218   AssertDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType());
 1218   AssertDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType());