Searched defs:is64Bits (Results 1 – 4 of 4) sorted by relevance
65 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType()72 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType()
536 bool is64Bits = MI.getOpcode() == X86::TLS_addr64; in LowerTlsAddr() local
696 bool is64Bits = MI.getOpcode() == X86::TLS_addr64 || in LowerTlsAddr() local
74 #define LLVM_ELF_IMPORT_TYPES(target_endianness, is64Bits) \ argument