Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp369 NMD->clearOperands(); in stripDeadDebugInfoImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMetadata.h1451 void dropAllReferences() { clearOperands(); }
1453 void clearOperands();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp268 NMD->clearOperands(); in stripDebugifyMetadata()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp1133 void NamedMDNode::clearOperands() { getNMDOps(Operands).clear(); } in clearOperands() function in NamedMDNode
H A DDebugInfo.cpp764 NMD.clearOperands(); in stripNonLineTableDebugInfo()