Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1518 return cast_or_null<MDTuple>(getRawRetainedTypes()); in getRetainedTypes()
1544 Metadata *getRawRetainedTypes() const { return getOperand(5); } in getRawRetainedTypes() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2177 Printer.printMetadata("retainedTypes", N->getRawRetainedTypes()); in writeDICompileUnit()
H A DVerifier.cpp1367 if (auto *Array = N.getRawRetainedTypes()) { in visitDICompileUnit()