Home
last modified time | relevance | path

Searched refs:GccRoot (Results 1 – 12 of 12) sorted by relevance

/build/soong/cc/config/
Darm64_fuchsia_device.go33 func (t *toolchainFuchsiaArm64) GccRoot() string { func
Dtoolchain.go76 GccRoot() string methodSpec
264 return filepath.Join(t.GccRoot(), t.GccTriple(), "bin")
Dx86_64_fuchsia_device.go37 func (t *toolchainFuchsiaX8664) GccRoot() string { func
Dx86_linux_bionic_host.go85 func (t *toolchainLinuxBionic) GccRoot() string { func
Dx86_device.go145 func (t *toolchainX86) GccRoot() string { func
Dx86_64_device.go134 func (t *toolchainX86_64) GccRoot() string { func
Darm64_device.go163 func (t *toolchainArm64) GccRoot() string { func
Dx86_linux_host.go172 func (t *toolchainLinux) GccRoot() string { func
Dx86_windows_host.go185 func (t *toolchainWindows) GccRoot() string { func
Dx86_darwin_host.go196 func (t *toolchainDarwin) GccRoot() string { func
Darm_device.go257 func (t *toolchainArm) GccRoot() string { func
/build/soong/cc/
Dbuilder.go1073 return filepath.Join(toolchain.GccRoot(), "bin", toolchain.GccTriple()+"-"+cmd)