Home
last modified time | relevance | path

Searched refs:GccTriple (Results 1 – 14 of 14) sorted by relevance

/build/soong/cc/config/
Dmips64_device.go93 func (t *toolchainMips64) GccTriple() string { func
106 return t.GccTriple()
Dx86_64_device.go133 func (t *toolchainX86_64) GccTriple() string { func
146 return t.GccTriple()
Darm64_device.go159 func (t *toolchainArm64) GccTriple() string { func
172 return t.GccTriple()
Dtoolchain.go47 GccTriple() string methodSpec
231 return filepath.Join(t.GccRoot(), t.GccTriple(), "bin")
Darm_device.go262 func (t *toolchainArm) GccTriple() string { func
281 return t.GccTriple()
Darm64_fuchsia_device.go37 func (t *toolchainFuchsiaArm64) GccTriple() string { func
Dx86_64_fuchsia_device.go41 func (t *toolchainFuchsiaX8664) GccTriple() string { func
Dx86_linux_bionic_host.go91 func (t *toolchainLinuxBionic) GccTriple() string { func
Dmips_device.go128 func (t *toolchainMips) GccTriple() string { func
Dx86_device.go143 func (t *toolchainX86) GccTriple() string { func
Dx86_linux_host.go176 func (t *toolchainLinux) GccTriple() string { func
Dx86_windows_host.go177 func (t *toolchainWindows) GccTriple() string { func
Dx86_darwin_host.go175 func (t *toolchainDarwin) GccTriple() string { func
/build/soong/cc/
Dbuilder.go885 return filepath.Join(toolchain.GccRoot(), "bin", toolchain.GccTriple()+"-"+cmd)