Searched defs:Darwin (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTriple.h85 Darwin, enumerator in enum:llvm::Triple::OSType
260 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
263 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).
285 // Otherwise, compare to the "Darwin" number.
373 /// getArchTypeForDarwinArchName - Get the architecture type for a "Darwin"
/external/clang/lib/Driver/
H A DToolChains.h371 /// Darwin - The base Darwin tool chain.
372 class LLVM_LIBRARY_VISIBILITY Darwin : public MachO { class in namespace:clang::driver::toolchains
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) and
567 /// DarwinClang - The Darwin toolchain used by Clang.
568 class LLVM_LIBRARY_VISIBILITY DarwinClang : public Darwin {
592 // Darwin default
[all...]
H A DToolChains.cpp53 /// Darwin - Darwin tool chain for i386 and x86_64.
54 Darwin::Darwin(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) function in class:Darwin
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
[all...]
/external/llvm/include/llvm/ADT/
H A DTriple.h144 Darwin, enumerator in enum:llvm::Triple::OSType
412 // Otherwise, compare to the "Darwin" number.
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/
H A DTriple.h148 Darwin, enumerator in enum:llvm::Triple::OSType
420 // Otherwise, compare to the "Darwin" number.
428 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
454 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp122 // Darwin should use _setjmp/_longjmp instead of setjmp/longjmp.
412 // Darwin ABI issue.
2263 bool Darwin = Subtarget.getTargetTriple().isOSDarwin(); local
2264 if (VT == MVT::i1 || (!Darwin && (VT == MVT::i8 || VT == MVT::i16))) {
2267 // On Darwin, there is code in the wild relying on Clang's old behaviour of
3411 // This is common for Darwin/X86, Linux & Mingw32 targets.
13161 // Darwin only has one model of TLS. Lower to that.
23676 assert(Subtarget.isTargetDarwin() && "Darwin only instr emitted?");
[all...]

Completed in 354 milliseconds