enum

LLVM::Linkage

Inherits Enum / Comparable / Value / Object

Constants

External = 0
AvailableExternally = 1
LinkOnceAny = 2
LinkOnceODR = 3
LinkOnceODRAutoHide = 4
WeakAny = 5
WeakODR = 6
Appending = 7
Internal = 8
Private = 9
DLLImport = 10
DLLExport = 11
ExternalWeak = 12
Ghost = 13
Common = 14
LinkerPrivate = 15
LinkerPrivateWeak = 16

Instance methods

appending?

Returns true if this enum value equals Appending

Source
available_externally?

Returns true if this enum value equals AvailableExternally

Source
common?

Returns true if this enum value equals Common

Source
dll_export?

Returns true if this enum value equals DLLExport

Source
dll_import?

Returns true if this enum value equals DLLImport

Source
external?

Returns true if this enum value equals External

Source
external_weak?

Returns true if this enum value equals ExternalWeak

Source
ghost?

Returns true if this enum value equals Ghost

Source
internal?

Returns true if this enum value equals Internal

Source
linker_private?

Returns true if this enum value equals LinkerPrivate

Source
linker_private_weak?

Returns true if this enum value equals LinkerPrivateWeak

Source
private?

Returns true if this enum value equals Private

Source
weak_any?

Returns true if this enum value equals WeakAny

Source
weak_odr?

Returns true if this enum value equals WeakODR

Source