Home
last modified time | relevance | path

Searched refs:IsITANMSVCWindows (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Driver/
DToolChain.cpp291 bool IsITANMSVCWindows = in getCompilerRT() local
295 const char *Prefix = IsITANMSVCWindows ? "" : "lib"; in getCompilerRT()
297 : (IsITANMSVCWindows ? ".lib" : ".a"); in getCompilerRT()