Home
last modified time | relevance | path

Searched refs:abi (Results 1 – 25 of 55) sorted by relevance

123

/ndk/sources/cxx-stl/gabi++/src/
Ddynamic_cast.cc62 inline const abi::__class_type_info*
66 return *reinterpret_cast<abi::__class_type_info*const*>(type_info_ptr); in get_class_type_info()
100 const abi::__base_class_type_info* base_info) in get_subobject()
116 const abi::__class_type_info *type, in walk_object()
118 const abi::__class_type_info *match_type) in walk_object()
125 case abi::__class_type_info::CLASS_TYPE_INFO_CODE: in walk_object()
129 case abi::__class_type_info::SI_CLASS_TYPE_INFO_CODE: in walk_object()
132 const abi::__si_class_type_info* ti = in walk_object()
133 static_cast<const abi::__si_class_type_info*>(type); in walk_object()
138 case abi::__class_type_info::VMI_CLASS_TYPE_INFO_CODE: in walk_object()
[all …]
/ndk/build/tools/
Dbuild-device-llvm.sh148 for abi in $ABIS; do
149 dump "Rebuild for ABI $abi with $STL"
153 LLVM_BUILD_OUT=$BUILD_OUT/llvm/$abi
157 arch="$(convert_abi_to_arch $abi)"
166 case $abi in
192 run mkdir -p $TOOLCHAIN_BUILD_PREFIX/$abi
194 …ILD_OUT/ndk-standalone-$arch/$toolchain_prefix/lib/lib${STL}_shared.so $TOOLCHAIN_BUILD_PREFIX/$abi
209 --prefix=$TOOLCHAIN_BUILD_PREFIX/$abi \
221 fail_panic "Couldn't configure llvm toolchain for ABI $abi"
230 run mkdir -p $TOOLCHAIN_BUILD_PREFIX/$abi
[all …]
Dbuild-target-prebuilts.sh129 run $BUILDTOOLS/build-cxx-stl.sh --stl=libc++-libc++abi --abis="$ABIS,$UNKNOWN_ABIS" $FLAGS --llvm-…
131 run $BUILDTOOLS/build-cxx-stl.sh --stl=libc++-libc++abi --abis="$ABIS,$UNKNOWN_ABIS" $FLAGS --with-…
135 for abi in $ABIS; do
136 case $abi in
138 dump "Rebuilding $abi libc++ binaries... with gabi++"
139 …run $BUILDTOOLS/build-cxx-stl.sh --stl=libc++-gabi++ --abis=$abi $FLAGS --llvm-version=$DEFAULT_LL…
141 …run $BUILDTOOLS/build-cxx-stl.sh --stl=libc++-gabi++ --abis=$abi $FLAGS --with-debug-info --llvm-v…
Ddev-defaults.sh31 LIBCXXABI_SUBDIR=sources/cxx-stl/llvm-libc++abi/libcxxabi
Dbuild-cxx-stl.sh151 libc++-libc++abi)
152 CXX_SUPPORT_LIB=libc++abi
/ndk/tests/device/hard-float/jni/
DAndroid.mk7 LOCAL_MODULE := float-softfp-abi
18 $(warning Examples hard-float-softfp-abi and hard-float-hard-abi not relevant to ABI $(TARGET_ARCH_…
57 LOCAL_MODULE := hard-float-softfp-abi
79 $(warning Skip example hard-float-softfp-abi for clang for now)
89 LOCAL_MODULE := hard-float-hard-abi
/ndk/tests/abcc/jni/host/
Dmain.cpp23 std::string &abi, std::string &ndk_dir, std::string &sysroot, in parseArguments() argument
30 abi = arg.substr(arg.rfind('=')+1); in parseArguments()
76 std::string abi; in main() local
87 abi, ndk_dir, sysroot, input, output, platform, savetemps) != 0) in main()
103 if (abi.empty() || input.empty() || output.empty() || toolchain_bin.empty() || platform.empty()) { in main()
115 sysroot = ndk_dir + "/platforms/" + platform + "/arch-" + TargetAbi(abi).getArch(); in main()
121 compiler.reset(new HostBitcodeCompiler(abi, sysroot, toolchain_bin, in main()
125 compiler.reset(new HostBitcodeCompiler(abi, sysroot, ndk_dir, toolchain_bin, in main()
DAbcc_host.cpp23 HostBitcodeCompiler::HostBitcodeCompiler(const std::string &abi, const std::string &sysroot, const … in HostBitcodeCompiler() argument
26 : BitcodeCompiler(abi, sysroot, working_dir, savetemps), mIn(input), mOut(output), in HostBitcodeCompiler()
31 HostBitcodeCompiler::HostBitcodeCompiler(const std::string &abi, const std::string &sysroot, const … in HostBitcodeCompiler() argument
34 : BitcodeCompiler(abi, sysroot, working_dir, savetemps), mIn(input), mOut(output), in HostBitcodeCompiler()
DAbcc_host.h45 …HostBitcodeCompiler(const std::string &abi, const std::string &sysroot, const std::string &toolcha…
48 …HostBitcodeCompiler(const std::string &abi, const std::string &sysroot, const std::string &ndk_dir…
/ndk/tests/
Drun-libcxx.sh43 ./testit_android --abi=armeabi-v7a --cxx=arm-linux-androideabi-clang++ $MODE
51 ./testit_android --abi=x86 --cxx=i686-linux-android-clang++ $MODE
59 ./testit_android --abi=mips --cxx=mipsel-linux-android-clang++ $MODE
67 ./testit_android --abi=armeabi-v7a $MODE
75 ./testit_android --abi=x86 $MODE
83 ./testit_android --abi=mips $MODE
91 ./testit_android --abi=armeabi-v7a $MODE
99 ./testit_android --abi=x86 $MODE
107 ./testit_android --abi=mips $MODE
Drun-tests-all.sh26 ARCH=`$ADB_CMD -s "$DEVICE" shell getprop ro.product.cpu.abi | tr -dc '[:print:]'`
99 ANDROID_SERIAL=none ./run-tests.sh --continue-on-build-fail --abi=armeabi
102 NDK_TOOLCHAIN_VERSION=clang ANDROID_SERIAL=none ./run-tests.sh --continue-on-build-fail --abi=armea…
/ndk/tests/abcc/jni/
DAbcc.cpp36 TargetAbi::TargetAbi(const std::string &abi) { in TargetAbi() argument
37 if (abi == "armeabi-v7a" || abi == "armeabi-v7a-hard") //ToDo: support armeabi-v7a-hard in TargetAbi()
39 else if (abi == "armeabi") in TargetAbi()
41 else if (abi == "x86") in TargetAbi()
43 else if (abi == "mips") in TargetAbi()
45 else if (abi == "arm64-v8a") in TargetAbi()
47 else if (abi == "x86_64") in TargetAbi()
49 else if (abi == "mips64") in TargetAbi()
147 BitcodeCompiler::BitcodeCompiler(const std::string &abi, const std::string &sysroot, const std::str… in BitcodeCompiler() argument
148 : mAbi(abi), mSysroot(sysroot), mWorkingDir(working_dir), mRet(RET_OK), mSaveTemps(savetemps) { in BitcodeCompiler()
DAbcc.h62 TargetAbi(const std::string &abi);
153 …BitcodeCompiler(const std::string &abi, const std::string &sysroot, const std::string &working_dir…
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/
DCREDITS.TXT1 This file is a partial list of people who have contributed to the LLVM/libc++abi
3 LLVM/libc++abi, please submit a patch to this file to add yourself, and it will be
14 D: Architect and primary coauthor of libc++abi
26 D: Architect and primary coauthor of libc++abi
DLICENSE.TXT2 libc++abi License
5 The libc++abi library is dual licensed under both the University of Illinois
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/lib/
Dbuildit106 rm -f libc++abi.1.$SOEXT*
148 $AR rc libc++abi.a *.o
149 $RANLIB libc++abi.a
/ndk/tests/build/import-install/
DREADME2 are properly installed to the target location, i.e. libs/<abi>/
/ndk/tests/device/b8708181-Vector4/jni/
DAndroid.mk7 …L_CFLAGS += -DHAVE_NEON=1 -march=armv7-a -mfpu=neon -ftree-vectorize -ffast-math -mfloat-abi=softfp
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/units/detail/
Dutility.hpp42 realname = abi::__cxa_demangle(name,NULL,&len,&stat); in demangle()
/ndk/toolchains/llvm-3.3/
Dsetup-common.mk110 --abi=$(TARGET_ARCH_ABI) \
127 --abi=$(TARGET_ARCH_ABI) \
/ndk/toolchains/llvm-3.4/
Dsetup-common.mk113 --abi=$(TARGET_ARCH_ABI) \
130 --abi=$(TARGET_ARCH_ABI) \
/ndk/docs/text/
DCPU-ARCH-ABIS.text62 - Generic C++ ABI (http://mentorembedded.github.com/cxx-abi/abi.html)
114 switch -mfloat-abi=softfp. However, all internal computations can be performed
205 - Generic C++ ABI (http://sourcery.mentor.com/public/cxx-abi/abi.html)
318 lib/<abi>/lib<name>.so
320 Where <abi> is one of the ABI names listed in section II above, and <name>
380 A typical MIPS-based device only defines a primary abi named '`mips`'.
388 lib/<primary-abi>/lib<name>.so
396 lib/<secondary-abi>/lib<name>.so
/ndk/sources/cxx-stl/gabi++/include/
Dtypeinfo31 // Itanium C++ ABI at http://www.codesourcery.com/public/cxx-abi/abi.html.
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtest_demangle.cpp29685 char* demang = abi::__cxa_demangle(input.c_str(), 0, &len, &status); in main()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dcxxabi.h183 namespace abi = __cxxabiv1; variable

123