Home
last modified time | relevance | path

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

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