Home
last modified time | relevance | path

Searched defs:toolchainBase (Results 1 – 6 of 6) sorted by relevance

/build/soong/rust/config/
Dtoolchain.go41 type toolchainBase struct { struct
44 func (toolchainBase) RustTriple() string {
48 func (toolchainBase) ToolchainRustFlags() string {
52 func (toolchainBase) ToolchainLinkFlags() string {
56 func (toolchainBase) Is64Bit() bool {
60 func (toolchainBase) Bionic() bool {
65 toolchainBase anonMember
73 toolchainBase anonMember
84 func (toolchainBase) ExecutableSuffix() string {
88 func (toolchainBase) SharedLibSuffix() string {
[all …]
/build/soong/cc/config/
Dtoolchain.go115 type toolchainBase struct { struct
118 func (t *toolchainBase) ndkTriple() string {
131 func (toolchainBase) InstructionSetFlags(s string) (string, error) {
138 func (toolchainBase) ToolchainCflags() string {
142 func (toolchainBase) ToolchainLdflags() string {
146 func (toolchainBase) Asflags() string {
150 func (toolchainBase) YasmFlags() string {
154 func (toolchainBase) LibclangRuntimeLibraryArch() string {
168 func (toolchainBase) DefaultSharedLibraries() []string {
172 func (toolchainBase) Bionic() bool {
[all …]
Dbionic.go18 toolchainBase anonMember
Ddarwin_host.go167 toolchainBase anonMember
Dx86_windows_host.go155 toolchainBase anonMember
Dx86_linux_host.go160 toolchainBase anonMember