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

References

include/llvm/IR/DebugInfoMetadata.h
 1104     return cast_or_null<MDTuple>(getRawTypeArray());
lib/IR/AsmWriter.cpp
 1898   Printer.printMetadata("types", N->getRawTypeArray(),
lib/IR/LLVMContextImpl.h
  569       : Flags(N->getFlags()), CC(N->getCC()), TypeArray(N->getRawTypeArray()) {}
  573            TypeArray == RHS->getRawTypeArray();
lib/IR/Verifier.cpp
 1014   if (auto *Types = N.getRawTypeArray()) {