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()
571 bool IsMSVC = getTriple().isWindowsMSVCEnvironment(); in WindowsX86_32TargetInfo() local574 Layout += IsMSVC ? "f80:128" : "f80:32"; in WindowsX86_32TargetInfo()
2454 bool IsMSVC = Triple.isWindowsMSVCEnvironment(); in GetSDLFromOffloadArchive() local2455 auto Ext = IsMSVC ? ".lib" : ".a"; in GetSDLFromOffloadArchive()2466 : IsMSVC ? Lib + Ext in GetSDLFromOffloadArchive()