Searched refs:isOSVersionLT (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DTriple.h293 /// isOSVersionLT - Helper function for doing comparisons against version
295 bool isOSVersionLT(unsigned Major, unsigned Minor = 0, function in class:llvm::Triple
319 return isOSVersionLT(Major, Minor, Micro);
323 return isOSVersionLT(Minor + 4, Micro, 0);
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp303 SupportsTailCall = !isTargetIOS() || !getTargetTriple().isOSVersionLT(5, 0);
423 !getTargetTriple().isOSVersionLT(7, 0);
H A DARMISelLowering.cpp385 !Subtarget->getTargetTriple().isOSVersionLT(5, 0)) {
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp361 if (T.getOS() == Triple::IOS && T.isOSVersionLT(7, 0))
396 if (T.isOSVersionLT(3, 0))
607 if (T.isOSVersionLT(7, 0)) {
/external/clang/lib/AST/
H A DASTContext.cpp8112 if (!(T.isiOS() && T.isOSVersionLT(7)) &&
8113 !(T.isMacOSX() && T.isOSVersionLT(10, 9)))
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp842 getTarget().getTriple().isOSVersionLT(6))) {
/external/clang/lib/Driver/
H A DTools.cpp809 if (!Triple.isiOS() || Triple.isOSVersionLT(6)) {
2509 if (KernelOrKext && (!Triple.isiOS() || Triple.isOSVersionLT(6) ||

Completed in 246 milliseconds