Home
last modified time | relevance | path

Searched defs:is64Bits (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/Object/
H A DBinary.h65 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 DBinary.h75 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/
DBinary.h78 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 DBinary.h77 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/
DBinary.h78 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/
DBinary.h78 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/
DBinary.h78 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/
DTargetOptions.h59 bool is64Bits() const { return (64 == m_BitClass); } in is64Bits() function
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp696 bool is64Bits = MI.getOpcode() == X86::TLS_addr64 || in LowerTlsAddr() local