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.
NativeCallInfo :: NativeCallType -> WordOff -> GlobalRegSet -> WordOff -> NativeCallInfoghc GHC.ByteCode.Types No documentation available.
-
ghc GHC.ByteCode.Types No documentation available.
NativePrimCall :: NativeCallTypeghc GHC.ByteCode.Types No documentation available.
nativeCallRegs :: NativeCallInfo -> !GlobalRegSetghc GHC.ByteCode.Types No documentation available.
nativeCallSize :: NativeCallInfo -> !WordOffghc GHC.ByteCode.Types No documentation available.
nativeCallStackSpillSize :: NativeCallInfo -> !WordOffghc GHC.ByteCode.Types No documentation available.
nativeCallType :: NativeCallInfo -> !NativeCallTypeghc GHC.ByteCode.Types No documentation available.
voidPrimCallInfo :: NativeCallInfoghc GHC.ByteCode.Types No documentation available.
externallyVisibleCLabel :: CLabel -> Boolghc 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.
foreignLabelStdcallInfo :: CLabel -> Maybe Intghc GHC.Cmm.CLabel Get the label size field from a ForeignLabel