Home
last modified time | relevance | path

Searched refs:platformStr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DDriver.cpp625 StringRef platformStr = arg->getValue(0); in parsePlatformVersion() local
633 StringSwitch<PlatformType>(lowerDash(platformStr)) in parsePlatformVersion()
646 error(Twine("malformed platform: ") + platformStr); in parsePlatformVersion()
H A DInputFiles.cpp2046 StringRef platformStr; in handleLDPreviousSymbol() local
2054 std::tie(platformStr, name) = name.split('$'); in handleLDPreviousSymbol()
2061 if (platformStr.getAsInteger(10, platform) || in handleLDPreviousSymbol()