Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DDriver.cpp652 StringRef platformStr = arg->getValue(0); in parsePlatformVersion() local
660 StringSwitch<PlatformType>(lowerDash(platformStr)) in parsePlatformVersion()
673 error(Twine("malformed platform: ") + platformStr); in parsePlatformVersion()
H A DInputFiles.cpp1989 StringRef platformStr; in handleLDPreviousSymbol() local
1997 std::tie(platformStr, name) = name.split('$'); in handleLDPreviousSymbol()
2004 if (platformStr.getAsInteger(10, platform) || in handleLDPreviousSymbol()