Home
last modified time | relevance | path

Searched refs:is64Bits (Results 1 – 23 of 23) sorted by relevance

/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/Object/
H A DBinary.h65 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument
67 return is64Bits ? ID_ELF64L : ID_ELF32L; in getELFType()
69 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
72 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument
74 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
76 return is64Bits ? ID_MachO64B : ID_MachO32B; in getMachOType()
H A DELFTypes.h24 template <endianness target_endianness, bool is64Bits> struct ELFType {
26 static const bool Is64Bits = is64Bits;
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Object/
H A DBinary.h68 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument
70 return is64Bits ? ID_ELF64L : ID_ELF32L; in getELFType()
72 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
75 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument
77 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
79 return is64Bits ? ID_MachO64B : ID_MachO32B; in getMachOType()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Object/
H A DBinary.h68 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in name()
70 return is64Bits ? ID_ELF64L : ID_ELF32L; in name()
72 return is64Bits ? ID_ELF64B : ID_ELF32B; in name()
75 static unsigned int getMachOType(bool isLE, bool is64Bits) { in name()
77 return is64Bits ? ID_MachO64L : ID_MachO32L; in name()
79 return is64Bits ? ID_MachO64B : ID_MachO32B; in name()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Object/
H A DBinary.h75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument
77 return is64Bits ? ID_ELF64L : ID_ELF32L; in getELFType()
79 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument
84 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
86 return is64Bits ? ID_MachO64B : ID_MachO32B; in getMachOType()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Object/
H A DBinary.h75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument
77 return is64Bits ? ID_ELF64L : ID_ELF32L; in getELFType()
79 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument
84 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
86 return is64Bits ? ID_MachO64B : ID_MachO32B; in getMachOType()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Object/
H A DBinary.h75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument
77 return is64Bits ? ID_ELF64L : ID_ELF32L; in getELFType()
79 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument
84 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
86 return is64Bits ? ID_MachO64B : ID_MachO32B; in getMachOType()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Object/
H A DBinary.h75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument
77 return is64Bits ? ID_ELF64L : ID_ELF32L; in getELFType()
79 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument
84 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
86 return is64Bits ? ID_MachO64B : ID_MachO32B; in getMachOType()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Object/
H A DBinary.h75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument
77 return is64Bits ? ID_ELF64L : ID_ELF32L; in getELFType()
79 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument
84 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
86 return is64Bits ? ID_MachO64B : ID_MachO32B; in getMachOType()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Object/
H A DBinary.h75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument
77 return is64Bits ? ID_ELF64L : ID_ELF32L; in getELFType()
79 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument
84 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
86 return is64Bits ? ID_MachO64B : ID_MachO32B; in getMachOType()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Object/
H A DBinary.h75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument
77 return is64Bits ? ID_ELF64L : ID_ELF32L; in getELFType()
79 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument
84 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
86 return is64Bits ? ID_MachO64B : ID_MachO32B; in getMachOType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/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() argument
77 return is64Bits ? ID_ELF64L : ID_ELF32L; in getELFType()
79 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument
84 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
86 return is64Bits ? ID_MachO64B : ID_MachO32B; in getMachOType()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Object/
H A DBinary.h75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument
77 return is64Bits ? ID_ELF64L : ID_ELF32L; in getELFType()
79 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument
84 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
86 return is64Bits ? ID_MachO64B : ID_MachO32B; in getMachOType()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Object/
H A DBinary.h75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument
77 return is64Bits ? ID_ELF64L : ID_ELF32L; in getELFType()
79 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument
84 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
86 return is64Bits ? ID_MachO64B : ID_MachO32B; in getMachOType()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Object/
H A DBinary.h75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument
77 return is64Bits ? ID_ELF64L : ID_ELF32L; in getELFType()
79 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument
84 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
86 return is64Bits ? ID_MachO64B : ID_MachO32B; in getMachOType()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Object/
H A DBinary.h75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument
77 return is64Bits ? ID_ELF64L : ID_ELF32L; in getELFType()
79 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument
84 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
86 return is64Bits ? ID_MachO64B : ID_MachO32B; in getMachOType()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Object/
H A DBinary.h75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument
77 return is64Bits ? ID_ELF64L : ID_ELF32L; in getELFType()
79 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument
84 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
86 return is64Bits ? ID_MachO64B : ID_MachO32B; in getMachOType()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Object/
H A DBinary.h75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument
77 return is64Bits ? ID_ELF64L : ID_ELF32L; in getELFType()
79 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument
84 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
86 return is64Bits ? ID_MachO64B : ID_MachO32B; in getMachOType()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Object/
H A DBinary.h73 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument
75 return is64Bits ? ID_ELF64L : ID_ELF32L; in getELFType()
77 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
80 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument
82 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
84 return is64Bits ? ID_MachO64B : ID_MachO32B; in getMachOType()
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm/Object/
H A DBinary.h75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument
77 return is64Bits ? ID_ELF64L : ID_ELF32L; in getELFType()
79 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument
84 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
86 return is64Bits ? ID_MachO64B : ID_MachO32B; in getMachOType()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/ui_aot/
H A DMain_Aot.cpp255 bool is64Bits = false; in Compile() local
260 is64Bits = false; in Compile()
266 is64Bits = false; in Compile()
274 is64Bits = true; in Compile()
288 if(is64Bits) in Compile()
363 if(is64Bits) in Compile()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/
H A DX86MCInstLower.cpp698 bool is64Bits = MI.getOpcode() == X86::TLS_addr64 || in LowerTlsAddr() local
728 if (is64Bits) { in LowerTlsAddr()
761 StringRef name = is64Bits ? "__tls_get_addr" : "___tls_get_addr"; in LowerTlsAddr()
767 MCInstBuilder(is64Bits ? X86::CALL64pcrel32 : X86::CALLpcrel32) in LowerTlsAddr()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/X86/
H A DX86MCInstLower.cpp731 bool is64Bits = MI.getOpcode() == X86::TLS_addr64 ||
761 if (is64Bits) {
794 StringRef name = is64Bits ? "__tls_get_addr" : "___tls_get_addr";
800 MCInstBuilder(is64Bits ? X86::CALL64pcrel32 : X86::CALLpcrel32)