enum

LLVM::RelocMode

Inherits Enum / Comparable / Value / Object

Constants

Default = 0
Static = 1
PIC = 2
DynamicNoPIC = 3

Instance methods

default?

Returns true if this enum value equals Default

Source
dynamic_no_pic?

Returns true if this enum value equals DynamicNoPIC

Source
pic?

Returns true if this enum value equals PIC

Source
static?

Returns true if this enum value equals Static

Source