Home
last modified time | relevance | path

Searched refs:clearOperands (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp259 NMD->clearOperands(); in stripDeadDebugInfoImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h1786 void dropAllReferences() { clearOperands(); }
1788 void clearOperands();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp279 NMD->clearOperands(); in stripDebugifyMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1388 void NamedMDNode::clearOperands() { getNMDOps(Operands).clear(); } in clearOperands() function in NamedMDNode
H A DDebugInfo.cpp912 NMD.clearOperands(); in stripNonLineTableDebugInfo()