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