Searched refs:platformStr (Results 1 – 2 of 2) sorted by relevance
625 StringRef platformStr = arg->getValue(0); in parsePlatformVersion() local633 StringSwitch<PlatformType>(lowerDash(platformStr)) in parsePlatformVersion()646 error(Twine("malformed platform: ") + platformStr); in parsePlatformVersion()
2046 StringRef platformStr; in handleLDPreviousSymbol() local2054 std::tie(platformStr, name) = name.split('$'); in handleLDPreviousSymbol()2061 if (platformStr.getAsInteger(10, platform) || in handleLDPreviousSymbol()