Home
last modified time | relevance | path

Searched refs:binBlobThreshold (Results 1 – 5 of 5) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/
H A DPprBase.hs140 if binBlobThreshold dflags == 0
141 || fromIntegral (BS.length bs) <= binBlobThreshold dflags
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DSession.hs502 binBlobThreshold :: Word, -- ^ Binary literals (e.g. strings) whose size is above function
1294 binBlobThreshold = 500000, -- 500K is a good default (see #16190) function
2929 (intSuffix (\n d -> d { binBlobThreshold = fromIntegral n }))
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Driver/
H A DSession.hs492 binBlobThreshold :: Word, -- ^ Binary literals (e.g. strings) whose size is above function
1134 binBlobThreshold = 500000, -- 500K is a good default (see #16190) function
2676 (intSuffix (\n d -> d { binBlobThreshold = fromIntegral n }))
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/main/
H A DDynFlags.hs1020 binBlobThreshold :: Word, -- ^ Binary literals (e.g. strings) whose size is above function
1960 binBlobThreshold = 500000, -- 500K is a good default (see #16190) function
3621 (intSuffix (\n d -> d { binBlobThreshold = fromIntegral n }))
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DDynFlags.hs1019 binBlobThreshold :: Word, -- ^ Binary literals (e.g. strings) whose size is above function
1959 binBlobThreshold = 500000, -- 500K is a good default (see #16190) function
3620 (intSuffix (\n d -> d { binBlobThreshold = fromIntegral n }))