LLVMGetNamedMetadataOperands

Obtain the named metadata operands for a module.

The passed LLVMValueRef pointer should refer to an array of LLVMValueRef at least LLVMGetNamedMetadataNumOperands long. This array will be populated with the LLVMValueRef instances. Each instance corresponds to a llvm::MDNode.

@see llvm::Module::getNamedMetadata() @see llvm::MDNode::getOperand()

extern (C) nothrow
void
LLVMGetNamedMetadataOperands
(
LLVMModuleRef M
,
const(char)* Name
,
LLVMValueRef* Dest
)

Meta