Home
last modified time | relevance | path

Searched refs:msObjFilePath (Results 1 – 7 of 7) 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 DModSummary.hs17 , msObjFilePath
146 msHsFilePath, msHiFilePath, msObjFilePath :: ModSummary -> FilePath
149 msObjFilePath ms = ml_obj_file (ms_location ms) function
152 msDynObjFilePath ms dflags = dynamicOutputFile dflags (msObjFilePath ms)
H A DGraph.hs207 _ -> (op $ msObjFilePath mod_summary)
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DDriverMkDepend.hs206 obj_file = msObjFilePath node
232 let obj = removeBootSuffix (msObjFilePath node)
H A DHscTypes.hs44 msHsFilePath, msHiFilePath, msObjFilePath,
2930 msHsFilePath, msHiFilePath, msObjFilePath :: ModSummary -> FilePath
2933 msObjFilePath ms = ml_obj_file (ms_location ms) function
2936 msDynObjFilePath ms dflags = dynamicOutputFile dflags (msObjFilePath ms)
2976 _ -> (op $ msObjFilePath mod_summary)
/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.hs44 msHsFilePath, msHiFilePath, msObjFilePath,
2930 msHsFilePath, msHiFilePath, msObjFilePath :: ModSummary -> FilePath
2933 msObjFilePath ms = ml_obj_file (ms_location ms) function
2936 msDynObjFilePath ms dflags = dynamicOutputFile dflags (msObjFilePath ms)
2976 _ -> (op $ msObjFilePath mod_summary)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs43 msHsFilePath, msHiFilePath, msObjFilePath,
2977 msHsFilePath, msHiFilePath, msObjFilePath :: ModSummary -> FilePath
2980 msObjFilePath ms = ml_obj_file (ms_location ms) function
2983 msDynObjFilePath ms dflags = dynamicOutputFile dflags (msObjFilePath ms)
3023 _ -> (op $ msObjFilePath mod_summary)
/dports/lang/ghc/ghc-8.10.7/ghc/GHCi/
H A DUI.hs55 setInteractivePrintName, hsc_dflags, msObjFilePath, runInteractiveHsc,
2104 <+> parens (text $ normalise $ msObjFilePath mod)