ghc-lib-0.20201101: The GHC API, decoupled from GHC versions
Safe HaskellNone
LanguageHaskell2010

GHC.ByteCode.Linker

Description

Bytecode assembler and linker

Documentation

linkBCO :: HscEnv -> ItblEnv -> ClosureEnv -> NameEnv Int -> RemoteRef BreakArray -> UnlinkedBCO -> IO ResolvedBCO Source #

lookupStaticPtr :: HscEnv -> FastString -> IO (Ptr ()) Source #

lookupIE :: HscEnv -> ItblEnv -> Name -> IO (Ptr ()) Source #

nameToCLabel :: Name -> String -> FastString Source #