ghc-lib-parser-0.20190703: The GHC API, decoupled from GHC versions

Safe HaskellNone
LanguageHaskell2010

ByteCodeTypes

Description

Bytecode assembler types

Synopsis

Documentation

newtype FFIInfo Source #

Constructors

FFIInfo (RemotePtr C_ffi_cif) 
Instances
Show FFIInfo Source # 
Instance details

Defined in ByteCodeTypes

NFData FFIInfo Source # 
Instance details

Defined in ByteCodeTypes

Methods

rnf :: FFIInfo -> () #

data BCOPtr Source #

Instances
NFData BCOPtr Source # 
Instance details

Defined in ByteCodeTypes

Methods

rnf :: BCOPtr -> () #

data BCONPtr Source #

Instances
NFData BCONPtr Source # 
Instance details

Defined in ByteCodeTypes

Methods

rnf :: BCONPtr -> () #

newtype ItblPtr Source #

Instances
Show ItblPtr Source # 
Instance details

Defined in ByteCodeTypes

NFData ItblPtr Source # 
Instance details

Defined in ByteCodeTypes

Methods

rnf :: ItblPtr -> () #

data CgBreakInfo Source #

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

Constructors

CgBreakInfo 

Fields

Instances
Outputable CgBreakInfo Source # 
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