Home
last modified time | relevance | path

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

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