HomeSort by relevance Sort by last modified time
    Searched defs:Darwin (Results 1 - 24 of 24) sorted by null

  /build/soong/android/
arch.go 93 darwin: {
94 // Darwin host variants
183 case "darwin":
184 return Darwin
196 Darwin = NewOsType("darwin", Host, false)
204 Darwin: []ArchType{X86, X86_64},
module.go 64 Darwin() bool
942 func (a *androidBaseContextImpl) Darwin() bool {
943 return a.target.Os == Darwin
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 85 Darwin,
258 /// "darwin" and "osx" as OS X triples.
260 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
263 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).
276 /// used by the "darwin" triples.
285 // Otherwise, compare to the "Darwin" number.
373 /// getArchTypeForDarwinArchName - Get the architecture type for a "Darwin"
  /external/clang/lib/Driver/
ToolChains.h 262 mutable std::unique_ptr<tools::darwin::Lipo> Lipo;
263 mutable std::unique_ptr<tools::darwin::Dsymutil> Dsymutil;
264 mutable std::unique_ptr<tools::darwin::VerifyDebug> VerifyDebug;
371 /// Darwin - The base Darwin tool chain.
372 class LLVM_LIBRARY_VISIBILITY Darwin : public MachO {
400 Darwin(const Driver &D, const llvm::Triple &Triple,
402 ~Darwin() override;
426 /// @name Darwin specific Toolchain functions
523 // Darwin tools support multiple architecture (e.g., i386 and x86_64) an
    [all...]
ToolChains.cpp 53 /// Darwin - Darwin tool chain for i386 and x86_64.
54 Darwin::Darwin(const Driver &D, const llvm::Triple &Triple, const ArgList &Args)
60 // Darwin always preprocesses assembly files (unless -x is used explicitly).
69 ToolChain::CXXStdlibType Darwin::GetDefaultCXXStdlibType() const {
79 /// Darwin provides an ARC runtime starting in MacOS X 10.7 and iOS 5.0.
80 ObjCRuntime Darwin::getDefaultObjCRuntime(bool isNonFragile) const {
90 /// Darwin provides a blocks runtime starting in MacOS X 10.6 and iOS 3.2.
91 bool Darwin::hasBlocksRuntime() const
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 144 Darwin,
311 /// translate generic "darwin" versions to the corresponding OS X versions.
403 /// used by the "darwin" triples.
412 // Otherwise, compare to the "Darwin" number.
418 /// "darwin" and "osx" as OS X triples.
420 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
446 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 148 Darwin,
319 /// translate generic "darwin" versions to the corresponding OS X versions.
411 /// used by the "darwin" triples.
420 // Otherwise, compare to the "Darwin" number.
426 /// "darwin" and "osx" as OS X triples.
428 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
454 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 149 Darwin,
321 /// translate generic "darwin" versions to the corresponding OS X versions.
413 /// used by the "darwin" triples.
422 // Otherwise, compare to the "Darwin" number.
428 /// "darwin" and "osx" as OS X triples.
430 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
456 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Triple.h 152 Darwin,
330 /// translate generic "darwin" versions to the corresponding OS X versions.
422 /// used by the "darwin" triples.
431 // Otherwise, compare to the "Darwin" number.
437 /// "darwin" and "osx" as OS X triples.
439 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
465 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Triple.h 152 Darwin,
330 /// translate generic "darwin" versions to the corresponding OS X versions.
422 /// used by the "darwin" triples.
431 // Otherwise, compare to the "Darwin" number.
437 /// "darwin" and "osx" as OS X triples.
439 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
465 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Triple.h 154 Darwin,
333 /// translate generic "darwin" versions to the corresponding OS X versions.
425 /// used by the "darwin" triples.
434 // Otherwise, compare to the "Darwin" number.
440 /// "darwin" and "osx" as OS X triples.
442 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
468 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Triple.h 154 Darwin,
333 /// translate generic "darwin" versions to the corresponding OS X versions.
425 /// used by the "darwin" triples.
434 // Otherwise, compare to the "Darwin" number.
440 /// "darwin" and "osx" as OS X triples.
442 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
468 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Triple.h 154 Darwin,
333 /// translate generic "darwin" versions to the corresponding OS X versions.
425 /// used by the "darwin" triples.
434 // Otherwise, compare to the "Darwin" number.
440 /// "darwin" and "osx" as OS X triples.
442 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
468 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Triple.h 154 Darwin,
333 /// translate generic "darwin" versions to the corresponding OS X versions.
425 /// used by the "darwin" triples.
434 // Otherwise, compare to the "Darwin" number.
440 /// "darwin" and "osx" as OS X triples.
442 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
468 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 149 Darwin,
321 /// translate generic "darwin" versions to the corresponding OS X versions.
413 /// used by the "darwin" triples.
422 // Otherwise, compare to the "Darwin" number.
428 /// "darwin" and "osx" as OS X triples.
430 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
456 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Triple.h 152 Darwin,
330 /// translate generic "darwin" versions to the corresponding OS X versions.
422 /// used by the "darwin" triples.
431 // Otherwise, compare to the "Darwin" number.
437 /// "darwin" and "osx" as OS X triples.
439 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
465 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Triple.h 152 Darwin,
330 /// translate generic "darwin" versions to the corresponding OS X versions.
422 /// used by the "darwin" triples.
431 // Otherwise, compare to the "Darwin" number.
437 /// "darwin" and "osx" as OS X triples.
439 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
465 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Triple.h 154 Darwin,
333 /// translate generic "darwin" versions to the corresponding OS X versions.
425 /// used by the "darwin" triples.
434 // Otherwise, compare to the "Darwin" number.
440 /// "darwin" and "osx" as OS X triples.
442 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
468 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Triple.h 154 Darwin,
333 /// translate generic "darwin" versions to the corresponding OS X versions.
425 /// used by the "darwin" triples.
434 // Otherwise, compare to the "Darwin" number.
440 /// "darwin" and "osx" as OS X triples.
442 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
468 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Triple.h 154 Darwin,
333 /// translate generic "darwin" versions to the corresponding OS X versions.
425 /// used by the "darwin" triples.
434 // Otherwise, compare to the "Darwin" number.
440 /// "darwin" and "osx" as OS X triples.
442 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
468 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Triple.h 154 Darwin,
333 /// translate generic "darwin" versions to the corresponding OS X versions.
425 /// used by the "darwin" triples.
434 // Otherwise, compare to the "Darwin" number.
440 /// "darwin" and "osx" as OS X triples.
442 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
468 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 122 // Darwin should use _setjmp/_longjmp instead of setjmp/longjmp.
412 // Darwin ABI issue.
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 214 milliseconds