Searched refs:platformStr (Results 1 – 2 of 2) sorted by relevance
652 StringRef platformStr = arg->getValue(0); in parsePlatformVersion() local660 StringSwitch<PlatformType>(lowerDash(platformStr)) in parsePlatformVersion()673 error(Twine("malformed platform: ") + platformStr); in parsePlatformVersion()
1989 StringRef platformStr; in handleLDPreviousSymbol() local1997 std::tie(platformStr, name) = name.split('$'); in handleLDPreviousSymbol()2004 if (platformStr.getAsInteger(10, platform) || in handleLDPreviousSymbol()