Searched refs:IsMSVC (Results 1 – 3 of 3) sorted by relevance
157 bool IsMSVC = ModuleTriple.isKnownWindowsMSVCEnvironment(); in runImpl() local159 assert((IsELF || IsMSVC) && "Unsupported triple for JMC"); in runImpl()160 bool UseX86FastCall = IsMSVC && ModuleTriple.getArch() == Triple::x86; in runImpl()
580 bool IsMSVC = getTriple().isWindowsMSVCEnvironment(); in WindowsX86_32TargetInfo() local583 Layout += IsMSVC ? "f80:128" : "f80:32"; in WindowsX86_32TargetInfo()
2450 bool IsMSVC = Triple.isWindowsMSVCEnvironment(); in GetSDLFromOffloadArchive() local2451 auto Ext = IsMSVC ? ".lib" : ".a"; in GetSDLFromOffloadArchive()2462 : IsMSVC ? Lib + Ext in GetSDLFromOffloadArchive()