Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp371 NMD->clearOperands(); in runOnModule()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DMetadata.h1387 void dropAllReferences() { clearOperands(); }
1389 void clearOperands();
/freebsd-12.1/contrib/llvm/lib/IR/
H A DMetadata.cpp1096 void NamedMDNode::clearOperands() { getNMDOps(Operands).clear(); } in clearOperands() function in NamedMDNode
H A DDebugInfo.cpp674 NMD.clearOperands(); in stripNonLineTableDebugInfo()