Home
last modified time | relevance | path

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

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