/external/libpng/scripts/ |
D | makefile.sgi | 47 ABI= 52 CFLAGS=$(ABI) -I$(ZLIBINC) -O $(WARNMORE) -DPNG_NO_MMX_CODE 53 LDFLAGS_A=$(ABI) -L. -L$(ZLIBLIB) -lpng12 -lz -lm 54 LDFLAGS=$(ABI) -L. -L$(ZLIBLIB) -lpng -lz -lm 55 LDSHARED=cc $(ABI) -shared -soname $(LIBSOMAJ) \ 57 LDLEGACY=cc $(ABI) -shared -soname $(OLDSOMAJ) \
|
D | makefile.sggcc | 47 ABI= 50 CFLAGS=$(ABI) -I$(ZLIBINC) -O $(WARNMORE) -fPIC -mabi=n32 -DPNG_NO_MMX_CODE 51 LDFLAGS=$(ABI) -L. -L$(ZLIBLIB) -lpng -lz -lm 52 LDSHARED=cc $(ABI) -shared -soname $(LIBSOMAJ) \ 54 LDLEGACY=cc $(ABI) -shared -soname $(OLDSOMAJ) \
|
/external/clang/test/CodeGenObjC/ |
D | next-objc-dispatch.m | 21 // (1) fragile ABI, legacy dispatch 22 // (2) non-fragile ABI, legacy dispatch 23 // (2) non-fragile ABI, non-legacy dispatch 24 // (2) non-fragile ABI, mixed dispatch 26 // Note that fragile ABI and non-fragile ABI legacy dispatch are not the same,
|
D | gnu-exceptions.m | 2 …xceptions -fobjc-exceptions -fobjc-runtime=gnustep-1.7 -o - %s | FileCheck -check-prefix=NEW-ABI %s 25 // NEW-ABI: objc_begin_catch 26 // NEW-ABI: objc_end_catch
|
/external/llvm/docs/ |
D | CompilerWriterInfo.rst | 21 * `ABI <http://www.arm.com/products/DevTools/ABI.html>`_ 59 * `PowerPC ABI documents <http://penguinppc.org/dev/#library>`_ 76 * `X86-64 ABI <http://www.x86-64.org/documentation>`_ 94 ABI chapter 100 * `PowerPC 64-bit ELF ABI Supplement <http://www.linuxbase.org/spec/ELF/ppc64/>`_ 108 * `Notes on Mach-O ABI <http://www.unsanity.org/archives/000044.php>`_
|
D | ExtendedIntegerResults.txt | 16 to implement the ABI correctly. If we need to sign extend the result according 17 to the ABI, we really really do need to do this to preserve correctness. 2) 90 I suggest that we have the front-end fully lower out the ABI issues here to 115 specify/infer the guarantees provided by the ABI to allow other optimizations. 124 The major disadvantage of doing this sort of thing is that it makes the ABI
|
/external/libpng/contrib/gregbook/ |
D | Makefile.sgi | 56 ABI= 57 CFLAGS = $(ABI) -O -fullwarn $(INCS) 58 LDFLAGS = $(ABI)
|
/external/eigen/doc/ |
D | B01_Experimental.dox | 21 \li introduce API or ABI incompatible changes in your own code if you let them affect your API or A… 34 …le, the only classes subject to ABI stability guarantee (meaning that you can use it for data memb… 38 All other classes offer no ABI guarantee, e.g. the layout of their data can be changed.
|
D | A10_Eigen2SupportModes.dox | 20 …der, you get back a large part of the Eigen 2 API, while keeping the Eigen 3 API and ABI unchanged. 90 \section ABICompatibility What about ABI compatibility? 93 …ABI compatible with Eigen 3 for the basic (Matrix, Array, SparseMatrix...) types. However, since t… 94 …refix). So at this stage, all the identifiers that exist in Eigen 3 have the Eigen 3 ABI (and API). 95 …e 30 introduces the remaining Eigen 3 identifiers. So at this stage, you have the full Eigen 3 ABI.
|
/external/llvm/lib/Target/Mips/ |
D | MipsConstantIslandPass.cpp | 55 ABI(TM.getSubtarget<MipsSubtarget>().getTargetABI()) {} in MipsConstantIslands() 69 unsigned ABI; member in __anon9c1c6a6b0111::MipsConstantIslands
|
D | Mips.td | 40 "Enable o32 ABI">; 42 "Enable n32 ABI">; 44 "Enable n64 ABI">; 46 "Enable eabi ABI">;
|
/external/clang/test/Analysis/ |
D | rdar-7168531.m | 4 // fragile Objective-C ABI. 14 return ++p; // This is only valid for the fragile ABI.
|
/external/llvm/test/MC/X86/ |
D | gnux32-dwarf-gen.s | 8 # assembler, looking at the difference between the x32 ABI and default x86-64 9 # ABI.
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 648 TargetCXXABI ABI; in setCXXABI() local 649 if (!ABI.tryParse(name)) return false; in setCXXABI() 650 return setCXXABI(ABI); in setCXXABI() 656 virtual bool setCXXABI(TargetCXXABI ABI) { in setCXXABI() argument 657 TheCXXABI = ABI; in setCXXABI()
|
D | TargetOptions.h | 36 std::string ABI; variable
|
/external/libvpx/libvpx/vpx_ports/ |
D | x86_abi_support.asm | 82 ; Return the proper symbol name for the target ABI. 100 ; Macro for the attribute to hide a global symbol for the target ABI. 132 ; 64 bit ABI passes arguments in registers. This is a workaround to get up 303 ; Win64 ABI requires that XMM6:XMM15 are callee saved 307 ; Win64 ABI requires 16 byte stack alignment, but then pushes an 8 byte return
|
/external/clang/docs/ |
D | Block-ABI-Apple.rst | 24 This document describes the Apple ABI implementation specification of Blocks. 26 The first shipping version of this ABI is found in Mac OS X 10.6, and shall be 27 referred to as 10.6.ABI. As of 2010/3/16, the following describes the ABI 29 to as ABI.2010.3.16. 31 Since the Apple ABI references symbols from other elements of the system, any 32 attempt to use this ABI on systems prior to SnowLeopard is undefined. 37 The ABI of ``Blocks`` consist of their layout and the runtime functions required 53 // required ABI.2010.3.16 59 The following flags bits are in use thusly for a possible ABI.2010.3.16: 71 In 10.6.ABI the (1<<29) was usually set and was always ignored by the runtime - [all …]
|
D | Block-ABI-Apple.txt | 1 *NOTE* This document has moved to http://clang.llvm.org/docs/Block-ABI-Apple.html.
|
/external/llvm/test/CodeGen/X86/ |
D | force-align-stack-alloca.ll | 2 ; stack to an alignment greater than would be available due to the ABI. We 4 ; exceed any ABI provisions.
|
D | fast-isel-tailcall.ll | 4 ; On x86, -tailcallopt changes the ABI so the caller shouldn't readjust
|
/external/clang/test/Preprocessor/ |
D | non_fragile_feature1.m | 7 #error Non-fragile ABI not used for compilation but feature macro set.
|
D | non_fragile_feature.m | 7 #error Non-fragile ABI used for compilation but feature macro not set.
|
/external/clang/docs/tools/ |
D | clang.pod | 211 Select the Objective-C ABI version to use. Available versions are 1 (legacy 212 "fragile" ABI), 2 (non-fragile ABI 1), and 3 (non-fragile ABI 2). 216 Select the Objective-C non-fragile ABI version to use by default. This will only 217 be used as the Objective-C ABI when the non-fragile ABI is enabled (either via 222 Enable use of the Objective-C non-fragile ABI. On platforms for which this is 223 the default ABI, it can be disabled with B<-fno-objc-nonfragile-abi>.
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 3446 std::string ABI, CPU; member in __anon05c7e6cd1f11::ARMTargetInfo 3461 : TargetInfo(TripleStr), ABI("aapcs-linux"), CPU("arm1136j-s"), IsAAPCS(true) in ARMTargetInfo() 3500 virtual const char *getABI() const { return ABI.c_str(); } in getABI() 3502 ABI = Name; in setABI() 3681 if (ABI == "aapcs" || ABI == "aapcs-linux" || ABI == "aapcs-vfp") { in getTargetDefines() 3687 if ((!SoftFloat && !SoftFloatABI) || ABI == "aapcs-vfp") in getTargetDefines() 4372 std::string ABI; member in __anon05c7e6cd2611::MipsTargetInfoBase 4383 ABI(ABIStr) in MipsTargetInfoBase() 4386 virtual const char *getABI() const { return ABI.c_str(); } in getABI() 4393 Features[ABI] = true; in getDefaultFeatures() [all …]
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeCallingConv.td | 13 // MBlaze ABI Calling Convention
|