Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h803 RetainedNodes(N->getRawRetainedNodes()),
820 RetainedNodes == RHS->getRawRetainedNodes() &&
H A DAsmWriter.cpp2300 Printer.printMetadata("retainedNodes", N->getRawRetainedNodes()); in writeDISubprogram()
H A DVerifier.cpp1459 if (auto *RawNode = N.getRawRetainedNodes()) { in visitDISubprogram()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1892 return cast_or_null<MDTuple>(getRawRetainedNodes()); in getRetainedNodes()
1910 Metadata *getRawRetainedNodes() const { return getOperand(7); } in getRawRetainedNodes() function