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

  /external/llvm/include/llvm/ADT/
Triple.h 293 /// isOSVersionLT - Helper function for doing comparisons against version
295 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
319 return isOSVersionLT(Major, Minor, Micro);
323 return isOSVersionLT(Minor + 4, Micro, 0);
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 303 SupportsTailCall = !isTargetIOS() || !getTargetTriple().isOSVersionLT(5, 0);
423 !getTargetTriple().isOSVersionLT(7, 0);
ARMISelLowering.cpp 385 !Subtarget->getTargetTriple().isOSVersionLT(5, 0)) {
    [all...]
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 361 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/
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 842 getTarget().getTriple().isOSVersionLT(6))) {
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 809 if (!Triple.isiOS() || Triple.isOSVersionLT(6)) {
    [all...]

Completed in 1597 milliseconds