Searched refs:getOSLibraryNameSuffix (Results 1 – 2 of 2) sorted by relevance
257 virtual StringRef getOSLibraryNameSuffix(bool IgnoreSim = false) const {430 StringRef getOSLibraryNameSuffix(bool IgnoreSim = false) const override;
926 DarwinLibName += getOSLibraryNameSuffix(); in AddLinkRuntimeLib()928 DarwinLibName += getOSLibraryNameSuffix(true); in AddLinkRuntimeLib()995 StringRef Darwin::getOSLibraryNameSuffix(bool IgnoreSim) const { in getOSLibraryNameSuffix() function in Darwin