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 244 mutable std::unique_ptr<tools::darwin::Lipo> Lipo;
245 mutable std::unique_ptr<tools::darwin::Dsymutil> Dsymutil;
246 mutable std::unique_ptr<tools::darwin::VerifyDebug> VerifyDebug;
353 /// Darwin - The base Darwin tool chain.
354 class LLVM_LIBRARY_VISIBILITY Darwin : public MachO {
382 Darwin(const Driver &D, const llvm::Triple &Triple,
384 ~Darwin() override;
408 /// @name Darwin specific Toolchain functions
501 // Darwin tools support multiple architecture (e.g., i386 and x86_64) an
    [all...]
ToolChains.cpp 52 /// Darwin - Darwin tool chain for i386 and x86_64.
53 Darwin::Darwin(const Driver &D, const llvm::Triple &Triple, const ArgList &Args)
59 // Darwin always preprocesses assembly files (unless -x is used explicitly).
68 /// Darwin provides an ARC runtime starting in MacOS X 10.7 and iOS 5.0.
69 ObjCRuntime Darwin::getDefaultObjCRuntime(bool isNonFragile) const {
79 /// Darwin provides a blocks runtime starting in MacOS X 10.6 and iOS 3.2.
80 bool Darwin::hasBlocksRuntime() const {
86 assert(isTargetMacOS() && "unexpected darwin target")
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 137 Darwin,
300 /// translate generic "darwin" versions to the corresponding OS X versions.
392 /// used by the "darwin" triples.
401 // Otherwise, compare to the "Darwin" number.
407 /// "darwin" and "osx" as OS X triples.
409 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
431 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /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 318 milliseconds