Lines Matching refs:toolchainBase
39 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
90 func (toolchainBase) StaticLibSuffix() string { argument
94 func (toolchainBase) RlibSuffix() string { argument
97 func (toolchainBase) DylibSuffix() string { argument
101 func (toolchainBase) ProcMacroSuffix() string { argument
105 func (toolchainBase) Supported() bool { argument
110 return &toolchainBase{}