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
56 func (toolchainBase) Is64Bit() bool { func
68 func (toolchain64Bit) Is64Bit() bool { func
76 func (toolchain32Bit) Is64Bit() bool { func
/build/soong/cc/config/
Dtoolchain.go100 Is64Bit() bool methodSpec
183 func (toolchain64Bit) Is64Bit() bool { func
191 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.go307 if ctx.toolchain().Is64Bit() {
555 if ctx.toolchain().Is64Bit() {
Dndk_library.go316 if ctx.toolchain().Is64Bit() && arch != "arm64" {
Dbinary.go296 if flags.Toolchain.Is64Bit() {
Dlinker.go239 if ctx.toolchain().Is64Bit() {
Dsanitize.go467 if !ctx.toolchain().Is64Bit() {
586 if flags.Toolchain.Is64Bit() {
/build/soong/rust/
Dcompiler.go258 if ctx.toolchain().Is64Bit() {
351 if ctx.toolchain().Is64Bit() && compiler.dir64 != "" {