Home
last modified time | relevance | path

Searched refs:getRawRetainedTypes (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1465 return cast_or_null<MDTuple>(getRawRetainedTypes()); in getRetainedTypes()
1491 Metadata *getRawRetainedTypes() const { return getOperand(5); } in getRawRetainedTypes() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp2094 Printer.printMetadata("retainedTypes", N->getRawRetainedTypes()); in writeDICompileUnit()
H A DVerifier.cpp1270 if (auto *Array = N.getRawRetainedTypes()) { in visitDICompileUnit()