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