Home
last modified time | relevance | path

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

/build/soong/rust/config/
Dtoolchain.go39 type toolchainBase struct { struct
42 func (toolchainBase) RustTriple() string { argument
46 func (toolchainBase) ToolchainRustFlags() string { argument
50 func (toolchainBase) ToolchainLinkFlags() string { argument
54 func (toolchainBase) Is64Bit() bool { argument
58 func (toolchainBase) Bionic() bool { argument
63 toolchainBase anonMember
71 toolchainBase anonMember
82 func (toolchainBase) ExecutableSuffix() string { argument
86 func (toolchainBase) SharedLibSuffix() string { argument
[all …]
/build/soong/cc/config/
Dtoolchain.go82 type toolchainBase struct { struct
85 func (t *toolchainBase) ndkTriple() string { argument
98 func (toolchainBase) ClangInstructionSetFlags(s string) (string, error) { argument
105 func (toolchainBase) ToolchainClangCflags() string { argument
109 func (toolchainBase) ToolchainClangLdflags() string { argument
113 func (toolchainBase) ShlibSuffix() string { argument
117 func (toolchainBase) ExecutableSuffix() string { argument
121 func (toolchainBase) ClangAsflags() string { argument
125 func (toolchainBase) YasmFlags() string { argument
129 func (toolchainBase) WindresFlags() string { argument
[all …]
Darm_device.go311 return t.toolchainBase.ClangInstructionSetFlags(isa)