Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceMetadata.cpp63 NamedNode->clearOperands(); in reduceNamedMetadataOperands()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp416 NMD->clearOperands(); in stripDeadDebugInfoImpl()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DMetadata.h1652 void dropAllReferences() { clearOperands(); }
1654 void clearOperands();
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DDebugify.cpp279 NMD->clearOperands(); in stripDebugifyMetadata()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DMetadata.cpp1230 void NamedMDNode::clearOperands() { getNMDOps(Operands).clear(); } in clearOperands() function in NamedMDNode
H A DDebugInfo.cpp817 NMD.clearOperands(); in stripNonLineTableDebugInfo()