Hoogle Search
Within LTS Haskell 24.26 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
lookupSymbol :: Interp -> FastString -> IO (Maybe (Ptr ()))ghc GHC.Runtime.Interpreter No documentation available.
lookupSymbolInDLL :: Interp -> RemotePtr LoadedDLL -> FastString -> IO (Maybe (Ptr ()))ghc GHC.Runtime.Interpreter No documentation available.
-
ghc GHC.Runtime.Loader Finds the Name corresponding to the given RdrName in the context of the ModuleName. Returns Nothing if no such Name could be found. Any other condition results in an exception:
- If the module could not be found
- If we could not determine the imports of the module
lookupInfo :: forall (p :: StgPass) . TagEnv p -> StgArg -> TagInfoghc GHC.Stg.InferTags.Types Look up a sig in the env or derive it from information in the arg itself.
lookupSig :: forall (p :: StgPass) . TagEnv p -> Id -> Maybe TagSigghc GHC.Stg.InferTags.Types Look up a sig in the given env
lookupIdSubst :: HasCallStack => Id -> Subst -> Idghc GHC.Stg.Subst Substitutes an occurrence of an identifier for its counterpart recorded in the Subst.
lookupLabel :: FastString -> CmmParse BlockIdghc GHC.StgToCmm.ExtCode Lookup the BlockId bound to the label with this name. If one hasn't been bound yet, create a fresh one based on the Unique of the name.
lookupName :: FastString -> CmmParse CmmExprghc GHC.StgToCmm.ExtCode Lookup the location of a named variable. Unknown names are treated as if they had been 'import'ed from the runtime system. This saves us a lot of bother in the RTS sources, at the expense of deferring some errors to link time.
lookupPragEnv :: TcPragEnv -> Name -> [LSig GhcRn]ghc GHC.Tc.Gen.Sig No documentation available.
lookupThName_maybe :: Name -> TcM (Maybe Name)ghc GHC.Tc.Gen.Splice No documentation available.