Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp601 StringRef ToolChain::getOSLibName() const { in getOSLibName() function in ToolChain
624 llvm::sys::path::append(Path, "lib", getOSLibName()); in getCompilerRTPath()
631 llvm::sys::path::append(Path, "lib", getOSLibName()); in getCompilerRTPath()
836 AddPath({getOSLibName(), llvm::Triple::getArchTypeName(getArch())}); in getArchSpecificLibPaths()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h537 virtual StringRef getOSLibName() const;