Home
last modified time | relevance | path

Searched refs:getRawRetainedNodes (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h796 RetainedNodes(N->getRawRetainedNodes()),
813 RetainedNodes == RHS->getRawRetainedNodes() &&
H A DAsmWriter.cpp2213 Printer.printMetadata("retainedNodes", N->getRawRetainedNodes()); in writeDISubprogram()
H A DVerifier.cpp1415 if (auto *RawNode = N.getRawRetainedNodes()) { in visitDISubprogram()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1834 return cast_or_null<MDTuple>(getRawRetainedNodes()); in getRetainedNodes()
1852 Metadata *getRawRetainedNodes() const { return getOperand(7); } in getRawRetainedNodes() function