Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.h106 bool getUniversalCRTLibraryPath(const llvm::opt::ArgList &Args,
H A DMSVC.cpp122 if (TC.getUniversalCRTLibraryPath(Args, UniversalCRTLibPath)) in ConstructJob()
566 bool MSVCToolChain::getUniversalCRTLibraryPath(const ArgList &Args, in getUniversalCRTLibraryPath() function in MSVCToolChain