Home
last modified time | relevance | path

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

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