 | LlvmMetadataReplaceAllUsesWith Method |
[This is preliminary documentation and is subject to change.]
Replace all uses of this descriptor with another
Namespace:
Llvm.NET
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic virtual void ReplaceAllUsesWith(
LlvmMetadata other
)
Parameters
- other
- Type: Llvm.NETLlvmMetadata
New descriptor to replace this one with
See Also