ghc-7.8.20140130: The GHC API
ByteCodeItbls
type ItblEnv = NameEnv (Name, ItblPtr)Source
newtype ItblPtrSource
Constructors
Instances
itblCode :: DynFlags -> ItblPtr -> Ptr ()Source
mkITbls :: DynFlags -> [TyCon] -> IO ItblEnvSource
peekItbl :: DynFlags -> Ptr StgInfoTable -> IO StgInfoTableSource
data StgInfoTableSource
Fields