Table of Contents

Constructor MemoryAttributeValue

Namespace
Ubiquity.NET.Llvm.Values
Assembly
Ubiquity.NET.Llvm.dll

MemoryAttributeValue(uint)

Initializes a new instance of the MemoryAttributeValue struct

public MemoryAttributeValue(uint value)

Parameters

value uint

ABI value to wrap

MemoryAttributeValue(IEnumerable<KeyValuePair<MemLocation, MemAccess>>)

Initializes a new instance of the MemoryAttributeValue struct

public MemoryAttributeValue(IEnumerable<KeyValuePair<MemLocation, MemAccess>> pairs)

Parameters

pairs IEnumerable<KeyValuePair<MemLocation, MemAccess>>

Pairs of location and access to initialize this instance with