Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DMSVC.h104 bool getUniversalCRTLibraryPath(const llvm::opt::ArgList &Args,
H A DMSVC.cpp123 if (TC.getUniversalCRTLibraryPath(Args, UniversalCRTLibPath)) in ConstructJob()
546 bool MSVCToolChain::getUniversalCRTLibraryPath(const ArgList &Args, in getUniversalCRTLibraryPath() function in MSVCToolChain