Home
last modified time | relevance | path

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

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