Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h801 bool isOHOSFamily() const { return isOpenHOS() || isOSLiteOS(); } in isOHOSFamily()
803 bool isOpenHOS() const { return getEnvironment() == Triple::OpenHOS; } in isOpenHOS() function
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h971 if (Triple.isOpenHOS()) in getOSDefines()