Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDarwinSDKInfo.cpp66 static llvm::Triple::OSType parseOS(const llvm::json::Object &Obj) { in parseOS() function
108 llvm::Triple::OSType OS = parseOS(*Obj); in parseDarwinSDKSettingsJSON()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp675 static Triple::OSType parseOS(StringRef OSName) { in parseOS() function
1032 OS = parseOS(Components[2]); in Triple()
1066 OS(parseOS(OSStr.str())), in Triple()
1083 OS(parseOS(OSStr.str())), in Triple()
1158 OS = parseOS(Components[2]); in normalize()
1204 OS = parseOS(Comp); in normalize()