Searched refs:platformStr (Results 1 – 2 of 2) sorted by relevance
1162 StringRef platformStr; in handleLDPreviousSymbol() local1170 std::tie(platformStr, name) = name.split('$'); in handleLDPreviousSymbol()1178 if (platformStr.getAsInteger(10, platform) || in handleLDPreviousSymbol()
662 StringRef platformStr = arg->getValue(0); in parsePlatformVersion() local668 StringSwitch<PlatformKind>(lowerDash(platformStr)) in parsePlatformVersion()681 error(Twine("malformed platform: ") + platformStr); in parsePlatformVersion()