Searched refs:PlatformStr (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTarget.cpp24 auto PlatformStr = Result.second; local
26 Platform = StringSwitch<PlatformKind>(PlatformStr)
40 if (PlatformStr.startswith("<") && PlatformStr.endswith(">")) {
41 PlatformStr = PlatformStr.drop_front().drop_back();
43 if (!PlatformStr.getAsInteger(10, RawValue))

Completed in 63 milliseconds