Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
assignAllEqual :: HasDebugCallStack => [JStgExpr] -> [JStgExpr] -> JStgStatghc GHC.JS.Make No documentation available.
assignAllReverseOrder :: [JStgExpr] -> [JStgExpr] -> JStgStatghc GHC.JS.Make No documentation available.
declAssignAll :: [Ident] -> [JStgExpr] -> JStgStatghc GHC.JS.Make No documentation available.
-
ghc GHC.JS.Make As with "jForIn" but creating a "for each in" statement.
ldAllLinkables :: LinkDeps -> [Linkable]ghc GHC.Linker.Deps No documentation available.
Call :: LlvmCallType -> LlvmVar -> [LlvmVar] -> [LlvmFuncAttr] -> LlvmExpressionghc GHC.Llvm Call a function. The result is the value of the expression. * tailJumps: CallType to signal if the function should be tail called * fnptrval: An LLVM value containing a pointer to a function to be invoked. Can be indirect. Should be LMFunction type. * args: Concrete arguments for the parameters * attrs: A list of function attributes for the call. Only NoReturn, NoUnwind, ReadOnly and ReadNone are valid here.
CallM :: LlvmCallType -> LlvmVar -> [MetaExpr] -> [LlvmFuncAttr] -> LlvmExpressionghc GHC.Llvm Call a function as above but potentially taking metadata as arguments. * tailJumps: CallType to signal if the function should be tail called * fnptrval: An LLVM value containing a pointer to a function to be invoked. Can be indirect. Should be LMFunction type. * args: Arguments that may include metadata. * attrs: A list of function attributes for the call. Only NoReturn, NoUnwind, ReadOnly and ReadNone are valid here.
ExternallyVisible :: LlvmLinkageTypeghc GHC.Llvm The symbol participates in linkage and can be used to resolve external symbol references.
-
ghc GHC.Llvm Different calling conventions a function can use.
-
ghc GHC.Llvm Different types to call a function.