Lines Matching refs:Triple
44 X86MCAsmInfoDarwin::X86MCAsmInfoDarwin(const Triple &T) { in X86MCAsmInfoDarwin()
45 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin()
83 X86_64MCAsmInfoDarwin::X86_64MCAsmInfoDarwin(const Triple &Triple) in X86_64MCAsmInfoDarwin() argument
84 : X86MCAsmInfoDarwin(Triple) { in X86_64MCAsmInfoDarwin()
89 X86ELFMCAsmInfo::X86ELFMCAsmInfo(const Triple &T) { in X86ELFMCAsmInfo()
90 bool is64Bit = T.getArch() == Triple::x86_64; in X86ELFMCAsmInfo()
91 bool isX32 = T.getEnvironment() == Triple::GNUX32; in X86ELFMCAsmInfo()
129 X86MCAsmInfoMicrosoft::X86MCAsmInfoMicrosoft(const Triple &Triple) { in X86MCAsmInfoMicrosoft() argument
130 if (Triple.getArch() == Triple::x86_64) { in X86MCAsmInfoMicrosoft()
155 X86MCAsmInfoGNUCOFF::X86MCAsmInfoGNUCOFF(const Triple &Triple) { in X86MCAsmInfoGNUCOFF() argument
156 assert(Triple.isOSWindows() && "Windows is the only supported COFF target"); in X86MCAsmInfoGNUCOFF()
157 if (Triple.getArch() == Triple::x86_64) { in X86MCAsmInfoGNUCOFF()