Home
last modified time | relevance | path

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

/aosp12/build/soong/rust/config/
H A Dtoolchain.go41 type toolchainBase struct { struct
44 func (toolchainBase) RustTriple() string {
56 func (toolchainBase) Is64Bit() bool {
60 func (toolchainBase) Bionic() bool {
65 toolchainBase anonMember
73 toolchainBase anonMember
88 func (toolchainBase) SharedLibSuffix() string {
96 func (toolchainBase) RlibSuffix() string {
99 func (toolchainBase) DylibSuffix() string {
107 func (toolchainBase) Supported() bool {
[all …]
/aosp12/build/soong/cc/config/
H A Dtoolchain.go112 type toolchainBase struct { struct
115 func (t *toolchainBase) ndkTriple() string {
143 func (toolchainBase) ShlibSuffix() string {
147 func (toolchainBase) ExecutableSuffix() string {
151 func (toolchainBase) ClangAsflags() string {
155 func (toolchainBase) YasmFlags() string {
159 func (toolchainBase) WindresFlags() string {
171 func (toolchainBase) Bionic() bool {
175 func (t toolchainBase) ToolPath() string {
180 toolchainBase anonMember
[all …]
H A Darm_device.go310 return t.toolchainBase.ClangInstructionSetFlags(isa)