Home
last modified time | relevance | path

Searched refs:Is64Bit (Results 1 – 10 of 10) sorted by relevance

/build/soong/rust/config/
Dtoolchain.go33 Is64Bit() bool methodSpec
54 func (toolchainBase) Is64Bit() bool { func
66 func (toolchain64Bit) Is64Bit() bool { func
74 func (toolchain32Bit) Is64Bit() bool { func
/build/soong/cc/config/
Dtoolchain.go70 Is64Bit() bool methodSpec
153 func (toolchain64Bit) Is64Bit() bool { func
161 func (toolchain32Bit) Is64Bit() bool { func
/build/soong/cc/
Dinstaller.go66 if ctx.toolchain().Is64Bit() && installer.dir64 != "" {
Dndk_prebuilt.go41 if toolchain.Is64Bit() && ctx.Arch().ArchType != android.Arm64 {
Dtest.go290 if ctx.toolchain().Is64Bit() {
516 if ctx.toolchain().Is64Bit() {
Dndk_library.go368 if ctx.toolchain().Is64Bit() && arch != "arm64" {
Dbinary.go281 if flags.Toolchain.Is64Bit() {
Dsanitize.go378 if !ctx.toolchain().Is64Bit() {
472 if flags.Toolchain.Is64Bit() {
Dlinker.go206 if ctx.toolchain().Is64Bit() {
/build/soong/rust/
Dcompiler.go165 if ctx.toolchain().Is64Bit() {
220 if ctx.toolchain().Is64Bit() && compiler.dir64 != "" {