Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. platformHasLibm :: Platform -> !Bool

    ghc-lib-parser GHC.Settings

    Some platforms require that we explicitly link against libm if any math-y things are used (which we assume to include all programs). See #14022.

  2. platformHasSubsectionsViaSymbols :: Platform -> !Bool

    ghc-lib-parser GHC.Settings

    Enable Darwin .subsections_via_symbols directive See Note [Subsections Via Symbols] in GHC.CmmToAsm.X86.Ppr

  3. platformIsCrossCompiling :: Platform -> !Bool

    ghc-lib-parser GHC.Settings

    No documentation available.

  4. platformLeadingUnderscore :: Platform -> !Bool

    ghc-lib-parser GHC.Settings

    Symbols need underscore prefix

  5. platformMisc_ghcWithInterpreter :: PlatformMisc -> Bool

    ghc-lib-parser GHC.Settings

    No documentation available.

  6. platformMisc_libFFI :: PlatformMisc -> Bool

    ghc-lib-parser GHC.Settings

    No documentation available.

  7. platformMisc_llvmTarget :: PlatformMisc -> String

    ghc-lib-parser GHC.Settings

    No documentation available.

  8. platformMisc_targetPlatformString :: PlatformMisc -> String

    ghc-lib-parser GHC.Settings

    No documentation available.

  9. platformMisc_targetRTSLinkerOnlySupportsSharedLibs :: PlatformMisc -> Bool

    ghc-lib-parser GHC.Settings

    No documentation available.

  10. platformTablesNextToCode :: Platform -> !Bool

    ghc-lib-parser GHC.Settings

    Determines whether we will be compiling info tables that reside just before the entry code, or with an indirection to the entry code. See TABLES_NEXT_TO_CODE in rtsincludertsstorageInfoTables.h.

Page 702 of many | Previous | Next