Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DDarwin.h277 virtual StringRef getOSLibraryNameSuffix(bool IgnoreSim = false) const {
515 StringRef getOSLibraryNameSuffix(bool IgnoreSim = false) const override;
H A DDarwin.cpp1215 DarwinLibName += getOSLibraryNameSuffix(); in AddLinkRuntimeLib()
1282 StringRef Darwin::getOSLibraryNameSuffix(bool IgnoreSim) const { in getOSLibraryNameSuffix() function in Darwin