Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. cgForeignCall :: ForeignCall -> Type -> [StgArg] -> Type -> FCode ReturnKind

    ghc GHC.StgToCmm.Foreign

    Emit code for a foreign call, and return the results to the sequel. Precondition: the length of the arguments list is the same as the arity of the foreign function.

  2. emitForeignCall :: Safety -> [CmmFormal] -> ForeignTarget -> [CmmActual] -> FCode ReturnKind

    ghc GHC.StgToCmm.Foreign

    No documentation available.

  3. data FieldOffOrPadding a

    ghc GHC.StgToCmm.Layout

    No documentation available.

  4. getPlatform :: FCode Platform

    ghc GHC.StgToCmm.Monad

    No documentation available.

  5. data LambdaFormInfo

    ghc GHC.StgToCmm.Types

    Information about an identifier, from the code generator's point of view. Every identifier is bound to a LambdaFormInfo in the environment, which gives the code generator enough info to be able to tail call or return that identifier.

  6. data StandardFormInfo

    ghc GHC.StgToCmm.Types

    StandardFormInfo tells whether this thunk has one of a small number of standard forms

  7. genForeignCall :: HasDebugCallStack => ExprCtx -> ForeignCall -> Type -> [JStgExpr] -> [StgArg] -> G (JStgStat, ExprResult)

    ghc GHC.StgToJS.FFI

    No documentation available.

  8. cachedIdentForId :: Id -> Maybe Int -> IdType -> G Ident

    ghc GHC.StgToJS.Ids

    Retrieve the cached Ident for the given Id if there is one. Otherwise make a new one with makeIdentForId and cache it.

  9. declVarsForId :: Id -> G JStgStat

    ghc GHC.StgToJS.Ids

    Declare all js vars for the id

  10. identForDataConEntryId :: Id -> G Ident

    ghc GHC.StgToJS.Ids

    Retrieve datacon entry Ident for the given Id Different name than the datacon wrapper.

Page 481 of many | Previous | Next