Home
last modified time | relevance | path

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

/aosp12/build/soong/rust/config/
H A Dtoolchain.go33 Is64Bit() bool
56 func (toolchainBase) Is64Bit() bool { func
68 func (toolchain64Bit) Is64Bit() bool { func
76 func (toolchain32Bit) Is64Bit() bool { func
/aosp12/build/soong/cc/config/
H A Dtoolchain.go100 Is64Bit() bool
183 func (toolchain64Bit) Is64Bit() bool { func
191 func (toolchain32Bit) Is64Bit() bool { func
/aosp12/art/runtime/
H A Delf_file.h89 bool Is64Bit() const { in Is64Bit() function
/aosp12/build/soong/cc/
H A Dinstaller.go66 if ctx.toolchain().Is64Bit() && installer.dir64 != "" {
H A Dndk_prebuilt.go41 if toolchain.Is64Bit() && ctx.Arch().ArchType != android.Arm64 {
H A Dtest.go307 if ctx.toolchain().Is64Bit() {
555 if ctx.toolchain().Is64Bit() {
H A Dndk_library.go316 if ctx.toolchain().Is64Bit() && arch != "arm64" {
H A Dbinary.go296 if flags.Toolchain.Is64Bit() {
H A Dsanitize.go467 if !ctx.toolchain().Is64Bit() {
586 if flags.Toolchain.Is64Bit() {
H A Dlinker.go239 if ctx.toolchain().Is64Bit() {
/aosp12/build/soong/rust/
H A Dcompiler.go258 if ctx.toolchain().Is64Bit() {
351 if ctx.toolchain().Is64Bit() && compiler.dir64 != "" {
/aosp12/system/extras/simpleperf/
H A Dread_elf.h92 virtual bool Is64Bit() = 0;
H A Dread_elf.cpp320 bool Is64Bit() override { return elf_->getHeader()->getFileClass() == llvm::ELF::ELFCLASS64; }
H A DETMDecoder.cpp827 elf_->Is64Bit() ? ocsd_isa_aarch64 : (is_thumb ? ocsd_isa_thumb2 : ocsd_isa_arm); in SetAddr()
/aosp12/art/dex2oat/
H A Ddex2oat_test.cc2321 const uint8_t* base_address = elf_file->Is64Bit() in TEST_F()