Table of Contents

Method GetCanonicalName

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

GetCanonicalName(ArchKind)

Retrieves the canonical name for an architecture type

public static string GetCanonicalName(ArchKind archType)

Parameters

archType ArchKind

Architecture type

Returns

string

String name for the architecture

GetCanonicalName(VendorKind)

Retrieves the canonical name for the vendor component of a triple

public static string GetCanonicalName(VendorKind vendorType)

Parameters

vendorType VendorKind

Vendor type

Returns

string

String name for the vendor

GetCanonicalName(OSKind)

Retrieves the canonical name for the OS component of a triple

public static string GetCanonicalName(OSKind osType)

Parameters

osType OSKind

OS type

Returns

string

String name for the OS

GetCanonicalName(EnvironmentKind)

Retrieves the canonical name for the environment component of a triple

public static string GetCanonicalName(EnvironmentKind envType)

Parameters

envType EnvironmentKind

Environment type

Returns

string

String name for the environment component