Home
last modified time | relevance | path

Searched refs:writeTix (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/libraries/hpc/Trace/Hpc/
H A DTix.hs17 readTix, writeTix, getTixFileName) where
53 writeTix :: String
56 writeTix name tix = writeFileUtf8 name (show tix) function
/dports/lang/ghc/ghc-8.10.7/utils/hpc/
H A DHpcCombine.hs89 out -> writeTix out tix'
105 out -> writeTix out tix
121 out -> writeTix out tix'
/dports/lang/ghc/ghc-8.10.7/rts/
H A DHpc.c317 writeTix(FILE *f) { in writeTix() function
392 writeTix(f); in exitHpc()
/dports/devel/stack/stack-2.7.3/src/Stack/
H A DCoverage.hs79 liftIO $ writeTix (toFilePath tixDest) (removeExeModules tix)
315 liftIO $ writeTix (toFilePath tixDest) tix