Searched refs:Is64Bit (Results 1 – 3 of 3) sorted by relevance
85 virtual bool Is64Bit() = 0;
320 bool Is64Bit() override { in Is64Bit() function in __anon4e7a6f020111::ElfFileImpl
803 elf_->Is64Bit() ? ocsd_isa_aarch64 : (is_thumb ? ocsd_isa_thumb2 : ocsd_isa_arm); in SetAddr()