Searched refs:platformStr (Results 1 – 2 of 2) sorted by relevance
675 StringRef platformStr = arg->getValue(0); in parsePlatformVersion() local683 StringSwitch<PlatformType>(lowerDash(platformStr)) in parsePlatformVersion()696 error(Twine("malformed platform: ") + platformStr); in parsePlatformVersion()
2013 StringRef platformStr; in handleLDPreviousSymbol() local2021 std::tie(platformStr, name) = name.split('$'); in handleLDPreviousSymbol()2028 if (platformStr.getAsInteger(10, platform) || in handleLDPreviousSymbol()