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.h969 RetainedNodes(N->getRawRetainedNodes()),
987 RetainedNodes == RHS->getRawRetainedNodes() &&
H A DAsmWriter.cpp2457 Printer.printMetadata("retainedNodes", N->getRawRetainedNodes()); in writeDISubprogram()
H A DVerifier.cpp1530 if (auto *RawNode = N.getRawRetainedNodes()) { in visitDISubprogram()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2448 return cast_or_null<MDTuple>(getRawRetainedNodes()); in getRetainedNodes()
2466 Metadata *getRawRetainedNodes() const { return getOperand(7); } in getRawRetainedNodes() function