-- | Relocations, used in specifying TargetMachine module LLVM.CodeModel where import LLVM.Prelude -- | data Model = Default | JITDefault | Small | Kernel | Medium | Large deriving (Eq, Read, Show, Typeable, Data, Generic)