/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowVMRuntime.java | 56 private static boolean is64Bit = true; field in ShadowVMRuntime 150 protected boolean is64Bit() { in is64Bit() method in ShadowVMRuntime 155 public static void setIs64Bit(boolean is64Bit) { in setIs64Bit()
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCAsmInfo.cpp | 21 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit, const Triple& T) { in PPCMCAsmInfoDarwin() 47 PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) { in PPCELFMCAsmInfo()
|
/aosp_15_r20/external/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCAsmInfo.cpp | 45 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() local 90 bool is64Bit = T.getArch() == Triple::x86_64; in X86ELFMCAsmInfo() local
|
H A D | X86MCTargetDesc.cpp | 160 bool is64Bit = TheTriple.getArch() == Triple::x86_64; in createX86MCAsmInfo() local 203 bool is64Bit = TT.getArch() == Triple::x86_64; in adjustCodeGenOpts() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCAsmInfo.cpp | 40 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() local 85 bool is64Bit = T.getArch() == Triple::x86_64; in X86ELFMCAsmInfo() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCAsmInfo.cpp | 40 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() local 83 bool is64Bit = T.getArch() == Triple::x86_64; in X86ELFMCAsmInfo() local
|
/aosp_15_r20/external/llvm/include/llvm/MC/ |
H A D | MCMachObjectWriter.h | 53 bool is64Bit() const { return Is64Bit; } in is64Bit() function 154 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCMachObjectWriter.h | 63 bool is64Bit() const { return Is64Bit; } in is64Bit() function 172 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
|
D | MCXCOFFObjectWriter.h | 29 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCMachObjectWriter.h | 62 bool is64Bit() const { return Is64Bit; } in is64Bit() function 168 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
|
H A D | MCXCOFFObjectWriter.h | 29 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCMachObjectWriter.h | 63 bool is64Bit() const { return Is64Bit; } in is64Bit() function 171 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
|
H A D | MCXCOFFObjectWriter.h | 29 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCMachObjectWriter.h | 63 bool is64Bit() const { return Is64Bit; } in is64Bit() function 172 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
|
D | MCXCOFFObjectWriter.h | 29 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCMachObjectWriter.h | 63 bool is64Bit() const { return Is64Bit; } in is64Bit() function 172 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
|
D | MCXCOFFObjectWriter.h | 29 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCMachObjectWriter.h | 63 bool is64Bit() const { return Is64Bit; } in is64Bit() function 172 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
|
D | MCXCOFFObjectWriter.h | 29 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 594 auto is64Bit = [] (unsigned Opcode) { in simplifyCode() local 600 auto getSextLoadOp = [] (bool is64Bit, bool isXForm) { in simplifyCode() 638 auto is64Bit = [] (unsigned Opcode) { in simplifyCode() local 644 auto getSextLoadOp = [] (bool is64Bit, bool isXForm) { in simplifyCode()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MachOEmitter.cpp | 59 bool is64Bit; member in __anon503cf5450111::MachOWriter 554 bool is64Bit = FatFile.Header.magic == MachO::FAT_MAGIC_64; in writeFatArchs() local
|
/aosp_15_r20/external/llvm/tools/yaml2obj/ |
H A D | yaml2macho.cpp | 59 bool is64Bit; member in __anon3fb1bdfe0111::MachOWriter 513 bool is64Bit = FatFile.Header.magic == MachO::FAT_MAGIC_64; in writeFatArchs() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.h | 26 bool is64Bit; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.h | 25 bool is64Bit; variable
|
/aosp_15_r20/external/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.h | 26 bool is64Bit; variable
|