Home
last modified time | relevance | path

Searched defs:Is64Bits (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/Object/
H A DELFTypes.h46 static const bool Is64Bits = Is64; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DELFTypes.h55 static const bool Is64Bits = Is64; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DELFTypes.h55 static const bool Is64Bits = Is64; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFTypes.h54 static const bool Is64Bits = Is64; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DELFTypes.h55 static const bool Is64Bits = Is64; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DELFTypes.h55 static const bool Is64Bits = Is64; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DELFTypes.h55 static const bool Is64Bits = Is64; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp932 bool Is64Bits = MI.getOpcode() == X86::TLS_addr64 || in LowerTlsAddr() local
1288 bool Is64Bits = Subtarget->is64Bit(); in LowerFENTRY_CALL() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1001 bool Is64Bits = MI.getOpcode() != X86::TLS_addr32 && in LowerTlsAddr() local
1335 bool Is64Bits = Subtarget->is64Bit(); in LowerFENTRY_CALL() local
/aosp_15_r20/external/vixl/src/aarch64/
H A Dregisters-aarch64.h164 bool Is64Bits() const { return size_ == kEncodedDRegSize; } in Is64Bits() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1048 bool Is64Bits; variable
H A DELFObject.cpp536 bool Is64Bits) in CompressedSection()
/aosp_15_r20/external/llvm/lib/Object/
H A DMachOObjectFile.cpp253 bool Is64Bits) { in create()
/aosp_15_r20/external/vixl/src/aarch32/
H A Dinstructions-aarch32.h126 bool Is64Bits() const { return GetSizeInBits() == 64; } in Is64Bits() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp1246 bool Is64Bits, uint32_t UniversalCputype, in create()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DMachOObjectFile.cpp1249 bool Is64Bits, uint32_t UniversalCputype, in create()