Home
last modified time | relevance | path

Searched defs: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
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp675 static Triple::OSType parseOS(StringRef OSName) { in parseOS() function