Lines Matching defs:MSVC
1 //===-- MSVC.cpp - MSVC ToolChain Implementations -------------------------===//
9 #include "MSVC.h"
61 const auto &MSVC = static_cast<const toolchains::MSVCToolChain &>(TC);
63 MSVC.getSubDirectoryPath(llvm::SubDirectoryType::Bin));
107 // The DIA SDK always uses the legacy vc arch, even in new MSVC versions.
145 // Inform the MSVC linker that we're generating a console application, i.e.
167 // function, like MSVC does.
239 // MSVC doesn't yet support the "nochecks" modifier.
306 // Render -l options differently for the MSVC linker.
319 // or -L. Render it, even if MSVC doesn't understand it.
333 // If we're using the MSVC linker, it's not sufficient to just use link
805 // The MSVC version doesn't care about the architecture, even though it
814 if (Triple.getEnvironment() == llvm::Triple::MSVC) {
1021 // MSVC STL kindly allows removing all usages of typeid by defining