Home
last modified time | relevance | path

Searched refs:TurboCov (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/tests/regres/cmd/run_testlist/
Dmain.go123 TurboCov: t.turbocov,
220 TurboCov string `json:"turbo-cov"`
227 return toolchain{*t, content.TurboCov}
/external/swiftshader/tests/regres/cov/
Dimport.go48 TurboCov string // path to turbo-cov (optional) member
106 if e.TurboCov == "" {
132 data, err := exec.Command(e.TurboCov, e.ExePath, profdata).Output()
/external/swiftshader/tests/regres/cmd/regres/
Dmain.go688 TurboCov: filepath.Join(test.buildDir, "turbo-cov"),