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.

  1. NativeCallInfo :: NativeCallType -> WordOff -> GlobalRegSet -> WordOff -> NativeCallInfo

    ghc GHC.ByteCode.Types

    No documentation available.

  2. data NativeCallType

    ghc GHC.ByteCode.Types

    No documentation available.

  3. NativePrimCall :: NativeCallType

    ghc GHC.ByteCode.Types

    No documentation available.

  4. nativeCallRegs :: NativeCallInfo -> !GlobalRegSet

    ghc GHC.ByteCode.Types

    No documentation available.

  5. nativeCallSize :: NativeCallInfo -> !WordOff

    ghc GHC.ByteCode.Types

    No documentation available.

  6. nativeCallStackSpillSize :: NativeCallInfo -> !WordOff

    ghc GHC.ByteCode.Types

    No documentation available.

  7. nativeCallType :: NativeCallInfo -> !NativeCallType

    ghc GHC.ByteCode.Types

    No documentation available.

  8. voidPrimCallInfo :: NativeCallInfo

    ghc GHC.ByteCode.Types

    No documentation available.

  9. externallyVisibleCLabel :: CLabel -> Bool

    ghc GHC.Cmm.CLabel

    Is a CLabel visible outside this object file or not? From the point of view of the code generator, a name is externally visible if it has to be declared as exported in the .o file's symbol table; that is, made non-static.

  10. foreignLabelStdcallInfo :: CLabel -> Maybe Int

    ghc GHC.Cmm.CLabel

    Get the label size field from a ForeignLabel

Page 252 of many | Previous | Next