Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DDarwin.h257 virtual StringRef getOSLibraryNameSuffix(bool IgnoreSim = false) const {
430 StringRef getOSLibraryNameSuffix(bool IgnoreSim = false) const override;
H A DDarwin.cpp926 DarwinLibName += getOSLibraryNameSuffix(); in AddLinkRuntimeLib()
928 DarwinLibName += getOSLibraryNameSuffix(true); in AddLinkRuntimeLib()
995 StringRef Darwin::getOSLibraryNameSuffix(bool IgnoreSim) const { in getOSLibraryNameSuffix() function in Darwin