Searched defs:is64Bits (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/llvm/include/llvm/Object/ |
H A D | Binary.h | 65 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() 72 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | Binary.h | 75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() 82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/ |
D | Binary.h | 78 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() 85 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
H A D | Binary.h | 77 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() 84 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/ |
D | Binary.h | 78 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() 85 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/ |
D | Binary.h | 78 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() 85 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/ |
D | Binary.h | 78 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() 85 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType()
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/ |
D | TargetOptions.h | 59 bool is64Bits() const { return (64 == m_BitClass); } in is64Bits() function
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 696 bool is64Bits = MI.getOpcode() == X86::TLS_addr64 || in LowerTlsAddr() local
|