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

  /external/clang/lib/Driver/
ToolChains.h 192 mutable std::unique_ptr<tools::darwin::Lipo> Lipo;
193 mutable std::unique_ptr<tools::darwin::Dsymutil> Dsymutil;
194 mutable std::unique_ptr<tools::darwin::VerifyDebug> VerifyDebug;
309 /// Darwin - The base Darwin tool chain.
310 class LLVM_LIBRARY_VISIBILITY Darwin : public MachO {
346 Darwin(const Driver &D, const llvm::Triple &Triple,
348 ~Darwin() override;
370 /// @name Darwin specific Toolchain functions
430 // Darwin tools support multiple architecture (e.g., i386 and x86_64) an
    [all...]
ToolChains.cpp 54 /// Darwin - Darwin tool chain for i386 and x86_64.
55 Darwin::Darwin(const Driver & D, const llvm::Triple & Triple,
58 // Compute the initial Darwin version from the triple
81 // Darwin always preprocesses assembly files (unless -x is used explicitly).
92 /// Darwin provides an ARC runtime starting in MacOS X 10.7 and iOS 5.0.
93 ObjCRuntime Darwin::getDefaultObjCRuntime(bool isNonFragile) const {
101 /// Darwin provides a blocks runtime starting in MacOS X 10.6 and iOS 3.2.
102 bool Darwin::hasBlocksRuntime() const
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 126 Darwin,
273 /// translate generic "darwin" versions to the corresponding OS X versions.
360 /// used by the "darwin" triples.
369 // Otherwise, compare to the "Darwin" number.
375 /// "darwin" and "osx" as OS X triples.
377 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
385 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).
  /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 88 milliseconds