HomeSort by relevance Sort by last modified time
    Searched refs:ABI (Results 26 - 49 of 49) sorted by null

12

  /ndk/build/core/
add-toolchain.mk 68 # NDK_ABI.<abi>.toolchains records the list of toolchains that support
69 # a given ABI
add-application.mk 112 # Default ABI is 'armeabi'
118 $(call __ndk_info,Application $(_app) targets unknown ABI '$(_bad_abis)')
205 # when they are copied to the final project's libs/<abi> directory.
init.mk 385 # Check that each ABI has a single architecture definition
388 $(call __ndk_info,INTERNAL ERROR: The $(_abi) ABI should have exactly one architecture definitions. Found: '$(NDK_ABI.$(_abi).arch)')\
build-binary.mk 161 $(call __ndk_info,NEON support is only possible for armeabi-v7a ABI)
  /external/libvpx/vpx_ports/
x86_abi_support.asm 80 ; Return the proper symbol name for the target ABI.
101 ; 64 bit ABI passes arguments in registers. This is a workaround to get up
258 ; must keep XMM6:XMM15 (libvpx uses XMM6 and XMM7) on Win64 ABI
  /ndk/toolchains/mipsel-linux-android-4.4.3/
setup.mk 48 # The fact that the mangling changed does not affect the NDK ABI
  /ndk/toolchains/x86-4.4.3/
setup.mk 63 # The ABI-specific sub-directory that the SDK tools recognize for
  /build/core/combo/
TARGET_linux-x86.mk 226 # Special check for x86 NDK ABI compatibility.
228 # *only* if the platform image is compatible with the NDK x86 ABI.
234 $(info ERROR: Your x86 platform image is not compatible with the NDK x86 ABI)
  /external/clang/lib/CodeGen/
CodeGenModule.h 17 #include "clang/Basic/ABI.h"
224 CGCXXABI &ABI;
388 /// getCXXABI() - Return a reference to the configured C++ ABI.
389 CGCXXABI &getCXXABI() { return ABI; }
763 /// attributes necessary for handling the ABI as well as user
    [all...]
CodeGenModule.cpp 60 llvm_unreachable("invalid C++ ABI kind");
69 ABI(createCXXABI(*this)),
108 ABI.getMangleContext());
128 delete &ABI;
484 /// except under the fragile ObjC ABI with only ObjC exceptions
494 // If ObjC exceptions are enabled, this depends on the ABI.
543 // C++ ABI requires 2-byte alignment for member functions.
    [all...]
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
setup.mk 42 # The fact that the mangling changed does not affect the NDK ABI
51 -mfloat-abi=softfp \
  /external/chromium/third_party/libjingle/source/talk/
main.scons 360 # Needed for a clean ABI and for link-time dead-code removal to work
390 # OpenSSL has infamously poor ABI stability, so that building against one
  /external/libffi/src/powerpc/
ppc_closure.S 208 # The return types below are only used when the ABI type is FFI_SYSV.
  /ndk/build/tools/
build-mingw64-toolchain.sh 437 export ABI=$HOST_BITS
prebuilt-common.sh 463 # TOOLCHAIN AND ABI PROCESSING
841 # Determine ABI based on toolchain name
846 ABI="armeabi"
857 ABI=$ARCH
866 ABI=$ARCH
948 # Convert an ABI name into an Architecture name
949 # $1: ABI name
965 2> echo "ERROR: Unsupported ABI name: $1, use one of: armeabi, armeabi-v7a or x86 or mips"
  /external/libffi/src/mips/
o32.S 257 # Load ABI enum to s0
259 REG_L $16, 0($16) # abi is first member.
  /external/openssl/crypto/sha/asm/
sha512-armv4.pl 542 vstmdb sp!,{d8-d15} @ ABI specification says so
sha512-armv4.s 446 vstmdb sp!,{d8-d15} @ ABI specification says so
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 320 that match your build system's C library ABI, or higher.
807 echo "GMP ABI: $GMP_ABI"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 320 that match your build system's C library ABI, or higher.
807 echo "GMP ABI: $GMP_ABI"
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 364 /// \brief The current C++ ABI.
365 OwningPtr<CXXABI> ABI;
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 258 Res.push_back("-mfloat-abi", Opts.FloatABI);
657 Res.push_back("-fobjc-fragile-abi");
873 if (!Opts.ABI.empty())
874 Res.push_back("-target-abi", Opts.ABI);
878 Res.push_back("-cxx-abi", Opts.CXXABI);
    [all...]
ASTUnit.cpp 539 TargetOpts.ABI = "";
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 395 ABI.reset(createCXXABI(Target));
    [all...]

Completed in 949 milliseconds

12