Home
last modified time | relevance | path

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

/build/soong/rust/config/
Dtoolchain.go41 type toolchainBase struct { struct
44 func (toolchainBase) RustTriple() string { argument
48 func (toolchainBase) ToolchainRustFlags() string { argument
52 func (toolchainBase) ToolchainLinkFlags() string { argument
56 func (toolchainBase) Is64Bit() bool { argument
60 func (toolchainBase) Bionic() bool { argument
65 toolchainBase anonMember
73 toolchainBase anonMember
84 func (toolchainBase) ExecutableSuffix() string { argument
88 func (toolchainBase) SharedLibSuffix() string { argument
[all …]
/build/soong/cc/config/
Dtoolchain.go112 type toolchainBase struct { struct
115 func (t *toolchainBase) ndkTriple() string { argument
128 func (toolchainBase) ClangInstructionSetFlags(s string) (string, error) { argument
135 func (toolchainBase) ToolchainClangCflags() string { argument
139 func (toolchainBase) ToolchainClangLdflags() string { argument
143 func (toolchainBase) ShlibSuffix() string { argument
147 func (toolchainBase) ExecutableSuffix() string { argument
151 func (toolchainBase) ClangAsflags() string { argument
155 func (toolchainBase) YasmFlags() string { argument
159 func (toolchainBase) WindresFlags() string { argument
[all …]
Darm_device.go310 return t.toolchainBase.ClangInstructionSetFlags(isa)