ghc-8.4.2: The GHC API

Safe HaskellNone
LanguageHaskell2010

Dwarf.Constants

Contents

Description

Constants describing the DWARF format. Most of this simply mirrors usrinclude/dwarf.h.

Synopsis

Documentation

dW_LANG_Haskell :: Word Source #

Language ID used for Haskell.

Dwarf tags

Dwarf attributes

Custom DWARF attributes

Describing C-- blocks

Describing source notes

Abbrev declarations

Dwarf native types

Call frame information

Operations

Dwarf section declarations

Dwarf section labels

dwarfRegNo :: Platform -> Reg -> Word8 Source #

Mapping of registers to DWARF register numbers

dwarfReturnRegNo :: Platform -> Word8 Source #

Virtual register number to use for return address.