Home
last modified time | relevance | path

Searched defs:isOHOSFamily (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp38 bool ABIInfo::isOHOSFamily() const { in isOHOSFamily() function in ABIInfo
/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h794 bool isOHOSFamily() const { return isOpenHOS() || isOSLiteOS(); } isOHOSFamily() function
/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp372 const bool isOHOSFamily = ToolChain.getTriple().isOHOSFamily(); ConstructJob() local