Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/TextAPI/
H A DTarget.cpp21 auto PlatformStr = Result.second; in create() local
23 Platform = StringSwitch<PlatformType>(PlatformStr) in create()
37 if (PlatformStr.startswith("<") && PlatformStr.endswith(">")) { in create()
38 PlatformStr = PlatformStr.drop_front().drop_back(); in create()
40 if (!PlatformStr.getAsInteger(10, RawValue)) in create()