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.go107 type toolchainBase struct { struct
110 func (t *toolchainBase) ndkTriple() string {
123 func (toolchainBase) InstructionSetFlags(s string) (string, error) {
130 func (toolchainBase) ToolchainCflags() string {
134 func (toolchainBase) ToolchainLdflags() string {
138 func (toolchainBase) Asflags() string {
142 func (toolchainBase) YasmFlags() string {
146 func (toolchainBase) LibclangRuntimeLibraryArch() string {
159 func (toolchainBase) DefaultSharedLibraries() []string {
163 func (toolchainBase) Bionic() bool {
[all …]
Dbionic.go18 toolchainBase anonMember
Dx86_windows_host.go156 toolchainBase anonMember
Ddarwin_host.go170 toolchainBase anonMember
Dx86_linux_host.go161 toolchainBase anonMember