Searched refs:toolchain (Results 1 – 20 of 20) sorted by relevance
/build/soong/cc/ |
D | makevars.go | 126 toolchain := config.FindToolchain(target.Os, target.Arch) 144 toolchain.Cflags(), 147 toolchain.ToolchainCflags(), 155 toolchain.Cppflags(), 158 toolchain.Ldflags(), 159 toolchain.ToolchainLdflags(), 163 includeFlags, err := ctx.Eval(toolchain.IncludeFlags()) 172 flags, err := toolchain.InstructionSetFlags("arm") 178 flags, err = toolchain.InstructionSetFlags("thumb") 185 if toolchain.ClangSupported() { [all …]
|
D | linker.go | 109 if ctx.toolchain().Is64Bit() { 135 if ctx.toolchain().Bionic() { 170 toolchain := ctx.toolchain() 183 flags.LdFlags = append(flags.LdFlags, toolchain.ClangLdflags()) 185 flags.LdFlags = append(flags.LdFlags, toolchain.Ldflags()) 188 if !ctx.toolchain().Bionic() { 211 flags.LdFlags = append(flags.LdFlags, toolchain.ToolchainClangLdflags()) 213 flags.LdFlags = append(flags.LdFlags, toolchain.ToolchainLdflags())
|
D | ndk_prebuilt.go | 40 func getNdkLibDir(ctx android.ModuleContext, toolchain config.Toolchain, version string) android.So… 44 if toolchain.Is64Bit() && ctx.Arch().ArchType != android.Arm64 { 48 version, toolchain.Name(), suffix)) 51 func ndkPrebuiltModuleToPath(ctx android.ModuleContext, toolchain config.Toolchain, 57 dir := getNdkLibDir(ctx, toolchain, version) 165 func getNdkStlLibDir(ctx android.ModuleContext, toolchain config.Toolchain, stl string) android.Sou… 166 gccVersion := toolchain.GccVersion()
|
D | builder.go | 240 toolchain config.Toolchain member 380 ccCmd = gccCmd(flags.toolchain, ccCmd) 455 arCmd := gccCmd(flags.toolchain, "ar") 564 ldCmd = gccCmd(flags.toolchain, "g++") 682 crossCompile := gccCmd(flags.toolchain, "") 702 ldCmd = gccCmd(flags.toolchain, "g++") 720 objcopyCmd := gccCmd(flags.toolchain, "objcopy") 736 crossCompile := gccCmd(flags.toolchain, "") 790 "ccCmd": gccCmd(flags.toolchain, "gcc"), 797 func gccCmd(toolchain config.Toolchain, cmd string) string { [all …]
|
D | object.go | 64 flags.LdFlags = append(flags.LdFlags, ctx.toolchain().ToolchainClangLdflags()) 66 flags.LdFlags = append(flags.LdFlags, ctx.toolchain().ToolchainLdflags())
|
D | stl.go | 104 if ctx.toolchain().Bionic() { 142 if !ctx.toolchain().Bionic() { 168 if !ctx.toolchain().Bionic() {
|
D | binary.go | 109 if ctx.toolchain().Bionic() { 181 if !ctx.toolchain().Bionic() { 220 if ctx.toolchain().Bionic() { 333 symlink+binary.Properties.Suffix+ctx.toolchain().ExecutableSuffix())
|
D | cmakelists.go | 134 toolchain := config.FindToolchain(ccModule.Os(), ccModule.Arch()) 135 root, _ := evalVariable(ctx, toolchain.GccRoot()) 136 triple, _ := evalVariable(ctx, toolchain.GccTriple())
|
D | installer.go | 65 if ctx.toolchain().Is64Bit() && installer.dir64 != "" {
|
D | sanitize.go | 199 if !ctx.toolchain().Is64Bit() { 370 runtimeLibrary = config.AddressSanitizerRuntimeLibrary(ctx.toolchain()) 372 runtimeLibrary = config.UndefinedBehaviorSanitizerRuntimeLibrary(ctx.toolchain())
|
D | util.go | 104 toolchain: in.Toolchain,
|
D | cc.go | 178 toolchain() config.Toolchain methodSpec 381 func (ctx *moduleContextImpl) toolchain() config.Toolchain { func 382 return ctx.mod.toolchain(ctx.ctx) 491 Toolchain: c.toolchain(ctx), 563 func (c *Module) toolchain(ctx BaseModuleContext) config.Toolchain { func 806 if !c.toolchain(ctx).ClangSupported() {
|
D | check.go | 95 allowed_ldlibs := ctx.toolchain().AvailableLibraries()
|
D | test.go | 183 if ctx.toolchain().Is64Bit() { 308 if ctx.toolchain().Is64Bit() {
|
D | ndk_library.go | 315 if ctx.toolchain().Is64Bit() && arch != "arm64" {
|
D | library.go | 276 if ctx.toolchain().Bionic() { 434 if ctx.toolchain().Bionic() && !Bool(library.baseLinker.Properties.Nocrt) {
|
D | compiler.go | 182 tc := ctx.toolchain()
|
/build/make/core/ |
D | aux_toolchain.mk | 14 $(warning $(LOCAL_PATH): $(LOCAL_MODULE): Undefined CPU for AUX toolchain) 17 $(warning $(LOCAL_PATH): $(LOCAL_MODULE): Undefined AUX toolchain for CPU=$(AUX_CPU))
|
/build/soong/ |
D | Android.bp | 88 "cc/config/toolchain.go", 230 // C static libraries extracted from the gcc toolchain
|
/build/kati/ |
D | ninja_test.go | 118 …sed-command-line-argument --gcc-toolchain=prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.… 119 …sed-command-line-argument --gcc-toolchain=prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.…
|