ghc-8.4.2: The GHC API

Safe HaskellNone
LanguageHaskell2010

ByteCodeTypes

Description

Bytecode assembler types

Synopsis

Documentation

newtype FFIInfo #

Constructors

FFIInfo (RemotePtr C_ffi_cif) 
Instances
Show FFIInfo # 
Instance details

Defined in ByteCodeTypes

NFData FFIInfo # 
Instance details

Defined in ByteCodeTypes

Methods

rnf :: FFIInfo -> () Source #

data BCOPtr #

Instances
NFData BCOPtr # 
Instance details

Defined in ByteCodeTypes

Methods

rnf :: BCOPtr -> () Source #

data BCONPtr #

Instances
NFData BCONPtr # 
Instance details

Defined in ByteCodeTypes

Methods

rnf :: BCONPtr -> () Source #

newtype ItblPtr #

Instances
Show ItblPtr # 
Instance details

Defined in ByteCodeTypes

NFData ItblPtr # 
Instance details

Defined in ByteCodeTypes

Methods

rnf :: ItblPtr -> () Source #

data CgBreakInfo #

Information about a breakpoint that we know at code-generation time

Constructors

CgBreakInfo 

Fields

Instances
Outputable CgBreakInfo # 
Instance details

Defined in ByteCodeTypes

data ModBreaks #

All the information about the breakpoints for a module

Constructors

ModBreaks 

Fields

type BreakIndex = Int #

Breakpoint index

emptyModBreaks :: ModBreaks #

Construct an empty ModBreaks

data CCostCentre #

C CostCentre type