Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp4839 StringRef FlagForCRT; in ProcessVSRuntimeLibrary() local
4846 FlagForCRT = "--dependent-lib=msvcrt"; in ProcessVSRuntimeLibrary()
4852 FlagForCRT = "--dependent-lib=msvcrtd"; in ProcessVSRuntimeLibrary()
4859 FlagForCRT = "--dependent-lib=libcmt"; in ProcessVSRuntimeLibrary()
4865 FlagForCRT = "--dependent-lib=libcmtd"; in ProcessVSRuntimeLibrary()
4874 CmdArgs.push_back(FlagForCRT.data()); in ProcessVSRuntimeLibrary()