Home
last modified time | relevance | path

Searched refs:mi_mod_hash (Results 1 – 11 of 11) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Unit/Module/
H A DModIface.hs84 , mi_mod_hash :: !Fingerprint function
331 mi_mod_hash = mod_hash, function
433 mi_mod_hash = mod_hash, function
484 mi_mod_hash = fingerprint0, function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/src/Development/IDE/GHC/
H A DCompat.hs357 getModuleHash = mi_mod_hash . mi_final_exts
359 getModuleHash = mi_mod_hash
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/src/Development/IDE/GHC/
H A DCompat.hs357 getModuleHash = mi_mod_hash . mi_final_exts
359 getModuleHash = mi_mod_hash
/dports/lang/ghc/ghc-8.10.7/compiler/iface/
H A DLoadIface.hs968 … | mi_mod_hash (mi_final_exts iface) == mi_mod_hash (mi_final_exts dynIface) ->
1131 , nest 2 (text "ABI hash:" <+> ppr (mi_mod_hash exts))
H A DMkIface.hs689 , mi_mod_hash = mod_hash function
1602 checkModuleFingerprint reason old_mod_hash (mi_mod_hash (mi_final_exts iface))
1611 checkModuleFingerprint reason old_mod_hash (mi_mod_hash (mi_final_exts iface))
1623 new_mod_hash = mi_mod_hash (mi_final_exts iface)
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsUsage.hs324 mod_hash = mi_mod_hash (mi_final_exts iface)
/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 DHscTypes.hs916 , mi_mod_hash :: !Fingerprint function
1149 mi_mod_hash = mod_hash, function
1249 mi_mod_hash = mod_hash, function
1298 mi_mod_hash = fingerprint0, function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs916 , mi_mod_hash :: !Fingerprint function
1149 mi_mod_hash = mod_hash, function
1249 mi_mod_hash = mod_hash, function
1298 mi_mod_hash = fingerprint0, function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs945 , mi_mod_hash :: !Fingerprint function
1191 mi_mod_hash = mod_hash, function
1293 mi_mod_hash = mod_hash, function
1344 mi_mod_hash = fingerprint0, function
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcBackpack.hs848 else (mi_module iface, mi_mod_hash (mi_final_exts iface)) : tcg_merged tcg_env
/dports/lang/ghc/ghc-8.10.7/ghc/
H A DMain.hs927 mapM_ (put_ bh . mi_mod_hash . mi_final_exts) ifaces