Searched refs:platformStr (Results 1 – 2 of 2) sorted by relevance
708 StringRef platformStr = arg->getValue(0); in parsePlatformVersion() local716 StringSwitch<PlatformType>(lowerDash(platformStr)) in parsePlatformVersion()731 error(Twine("malformed platform: ") + platformStr); in parsePlatformVersion()
2023 StringRef platformStr; in handleLDPreviousSymbol() local2031 std::tie(platformStr, name) = name.split('$'); in handleLDPreviousSymbol()2038 if (platformStr.getAsInteger(10, platform) || in handleLDPreviousSymbol()