HomeSort by relevance Sort by last modified time
    Searched refs:isOSVersionLT (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/ADT/
Triple.h 367 /// isOSVersionLT - Helper function for doing comparisons against version
369 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
384 bool isOSVersionLT(const Triple &Other) const {
387 return isOSVersionLT(RHS[0], RHS[1], RHS[2]);
399 return isOSVersionLT(Major, Minor, Micro);
403 return isOSVersionLT(Minor + 4, Micro, 0);
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 236 if (isTargetMachO() && isTargetIOS() && getTargetTriple().isOSVersionLT(5, 0))
316 (isTargetIOS() && !getTargetTriple().isOSVersionLT(7, 0));
ARMISelLowering.cpp 408 !Subtarget->getTargetTriple().isOSVersionLT(5, 0))) {
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 45 if (T.isiOS() && T.isOSVersionLT(7, 0))
89 if (T.isOSVersionLT(3, 0))
302 if (!T.isWatchOS() && (T.isOSVersionLT(7, 0) ||
303 (T.isOSVersionLT(9, 0) &&
  /external/llvm/lib/Linker/
IRMover.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Driver/
Tools.cpp 875 } else if (KernelOrKext && (!Triple.isiOS() || Triple.isOSVersionLT(6)) &&
    [all...]

Completed in 453 milliseconds