Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. backendGeneratesCodeForHsBoot :: Backend -> Bool

    ghc GHC.Driver.Backend

    No documentation available.

  2. backendNeedsPlatformNcgSupport :: Backend -> Bool

    ghc GHC.Driver.Backend

    This flag tells the compiler driver that the back end does not support every target platform; it supports only platforms that claim NCG support. (It's set only for the native code generator.) Crufty. If the driver tries to use the native code generator without platform support, the driver fails over to the LLVM back end.

  3. platformDefaultBackend :: Platform -> Backend

    ghc GHC.Driver.Backend

    No documentation available.

  4. platformNcgSupported :: Platform -> Bool

    ghc GHC.Driver.Backend

    Is the platform supported by the Native Code Generator?

  5. outputForeignStubs :: Logger -> TmpFs -> DynFlags -> UnitState -> Module -> ModLocation -> ForeignStubs -> IO (Bool, Maybe FilePath)

    ghc GHC.Driver.CodeOutput

    No documentation available.

  6. Opt_D_dump_foreign :: DumpFlag

    ghc GHC.Driver.DynFlags

    No documentation available.

  7. Opt_D_dump_static_argument_transformation :: DumpFlag

    ghc GHC.Driver.DynFlags

    No documentation available.

  8. Opt_ForceRecomp :: GeneralFlag

    ghc GHC.Driver.DynFlags

    No documentation available.

  9. Opt_PrintExplicitForalls :: GeneralFlag

    ghc GHC.Driver.DynFlags

    No documentation available.

  10. Opt_StaticArgumentTransformation :: GeneralFlag

    ghc GHC.Driver.DynFlags

    No documentation available.

Page 451 of many | Previous | Next