Table of Contents

Property RawData

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

RawData

Gets the raw Data for the data sequential as a ReadOnlySpan<T> of byte

public ReadOnlySpan<byte> RawData { get; }

Property Value

ReadOnlySpan<byte>

Remarks

This retrieves the underlying data, which may be empty, independent of the actual element type. Thus, issues of endian mismatch can occur between host assumptions and target. Thus, caution is warranted when using this property.