Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h254 virtual StringRef getOSLibraryNameSuffix(bool IgnoreSim = false) const {
477 StringRef getOSLibraryNameSuffix(bool IgnoreSim = false) const override;
H A DDarwin.cpp1102 DarwinLibName += getOSLibraryNameSuffix(); in AddLinkRuntimeLib()
1166 StringRef Darwin::getOSLibraryNameSuffix(bool IgnoreSim) const { in getOSLibraryNameSuffix() function in Darwin