ghc-8.4.4: The GHC API

Safe HaskellNone
LanguageHaskell2010

ByteCodeTypes

Description

Bytecode assembler types

Synopsis

Documentation

newtype FFIInfo Source #

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 Source #

Instances
NFData BCOPtr # 
Instance details

Defined in ByteCodeTypes

Methods

rnf :: BCOPtr -> () Source #

data BCONPtr Source #

Instances
NFData BCONPtr # 
Instance details

Defined in ByteCodeTypes

Methods

rnf :: BCONPtr -> () Source #

newtype ItblPtr Source #

Instances
Show ItblPtr # 
Instance details

Defined in ByteCodeTypes

NFData ItblPtr # 
Instance details

Defined in ByteCodeTypes

Methods

rnf :: ItblPtr -> () Source #

data CgBreakInfo Source #

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

Constructors

CgBreakInfo 

Fields

Instances
Outputable CgBreakInfo # 
Instance details

Defined in ByteCodeTypes

data ModBreaks Source #

All the information about the breakpoints for a module

Constructors

ModBreaks 

Fields

type BreakIndex = Int Source #

Breakpoint index

emptyModBreaks :: ModBreaks Source #

Construct an empty ModBreaks

data CCostCentre Source #

C CostCentre type