• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. FenceReadWrite :: FenceType

    ghc-lib GHC.CmmToAsm.RV64.Instr

    No documentation available.

  2. liveDieRead :: Liveness -> UniqSet RegWithFormat

    ghc-lib GHC.CmmToAsm.Reg.Liveness

    registers that died because they were read for the last time.

  3. logThread :: Logger -> TVar Bool -> TVar LogQueueQueue -> IO (IO ())

    ghc-lib GHC.Driver.Pipeline.LogQueue

    No documentation available.

  4. initReadIfaceTypeTable :: ReaderUserData -> IO (ReaderTable IfaceType)

    ghc-lib GHC.Iface.Binary

    No documentation available.

  5. findAndReadIface :: HscEnv -> SDoc -> InstalledModule -> Module -> IsBootInterface -> IO (MaybeErr MissingInterfaceError (ModIface, ModLocation))

    ghc-lib GHC.Iface.Load

    No documentation available.

  6. type SingleThreaded = Bool

    ghc-lib GHC.Llvm.Syntax

    No documentation available.

  7. emitLoadThreadState :: FCode ()

    ghc-lib GHC.StgToCmm.Foreign

    No documentation available.

  8. emitSaveThreadState :: FCode ()

    ghc-lib GHC.StgToCmm.Foreign

    No documentation available.

  9. loadThreadState :: MonadGetUnique m => Profile -> m CmmAGraph

    ghc-lib GHC.StgToCmm.Foreign

    Produce code to load the current thread state from CurrentTSO

  10. saveThreadState :: MonadGetUnique m => Profile -> m CmmAGraph

    ghc-lib GHC.StgToCmm.Foreign

    Produce code to save the current thread state to CurrentTSO

Page 847 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete