llvm::DISubprogram::cleanupRetainedNodes

Calls SP->cleanupRetainedNodes() for each distinct subprogram in the range.

Synopsis

Declared in <llvm/IR/DebugInfoMetadata.h>

template<typename RangeT>
static
void
cleanupRetainedNodes(RangeT const& NewDistinctSPs);

Parameters

NameDescription
NewDistinctSPsDistinct subprograms whose retained nodes are cleaned.