OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Darwin
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Driver/
ToolChains.h
163
///
Darwin
- The base
Darwin
tool chain.
164
class LLVM_LIBRARY_VISIBILITY
Darwin
: public ToolChain {
175
mutable OwningPtr<tools::
darwin
::Lipo> Lipo;
176
mutable OwningPtr<tools::
darwin
::Dsymutil> Dsymutil;
177
mutable OwningPtr<tools::
darwin
::VerifyDebug> VerifyDebug;
208
Darwin
(const Driver &D, const llvm::Triple &Triple,
210
~
Darwin
();
215
/// @name
Darwin
Specific Toolchain API
259
/// getDarwinArchName - Get the "
Darwin
" arch name for a particular compile
[
all
...]
ToolChains.cpp
44
///
Darwin
-
Darwin
tool chain for i386 and x86_64.
46
Darwin
::
Darwin
(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
49
// Compute the initial
Darwin
version from the triple
69
types::ID
Darwin
::LookupTypeForExtension(const char *Ext) const {
72
//
Darwin
always preprocesses assembly files (unless -x is used explicitly).
79
bool
Darwin
::HasNativeLLVMSupport() const {
83
///
Darwin
provides an ARC runtime starting in MacOS X 10.7 and iOS 5.0.
84
ObjCRuntime
Darwin
::getDefaultObjCRuntime(bool isNonFragile) const
[
all
...]
/external/llvm/include/llvm/ADT/
Triple.h
92
Darwin
,
205
/// translate generic "
darwin
" versions to the corresponding OS X versions.
286
/// used by the "
darwin
" triples.
295
// Otherwise, compare to the "
Darwin
" number.
301
/// "
darwin
" and "osx" as OS X triples.
303
return getOS() == Triple::
Darwin
|| getOS() == Triple::MacOSX;
311
/// 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 49 milliseconds