OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libcxx
(Results
1 - 8
of
8
) sorted by null
/external/clang/runtime/
Makefile
15
PARALLEL_DIRS := compiler-rt
libcxx
/external/clang/runtime/libcxx/
Makefile
1
##===- clang/runtime/
libcxx
/Makefile -----------------------*- Makefile -*-===##
10
# This file defines support for installing a copy of the
libcxx
headers where
20
# Expect
libcxx
to be in llvm/projects/
libcxx
21
LIBCXX_SRC_ROOT := $(LLVM_SRC_ROOT)/projects/
libcxx
/external/llvm/projects/
Makefile
20
# Don't build
libcxx
, it isn't designed to be built directly.
21
DIRS := $(filter-out
libcxx
,$(DIRS))
/ndk/sources/cxx-stl/llvm-libc++/tools/
upgrade-upstream.sh
3
# A small script used to update the content of
libcxx
/ to a newer
113
run svn co $SVN_URL@$REVISION
libcxx
> /dev/null
114
run cd
libcxx
188
run git format-patch -k -o "$BUILD_DIR"/patches.
libcxx
android-0
191
run cd "$NDK_LIBCXX_DIR"/
libcxx
192
for PATCH in "$BUILD_DIR"/patches.
libcxx
/*.patch; do
/ndk/sources/cxx-stl/llvm-libc++/
Android.mk
6
llvm_libc++_includes := $(LOCAL_PATH)/
libcxx
/include
35
llvm_libc++_sources := $(llvm_libc++_sources:%=
libcxx
/src/%)
/external/llvm/utils/release/
test-release.sh
21
projects="llvm cfe dragonegg compiler-rt
libcxx
test-suite clang-tools-extra"
224
if [ ! -h
libcxx
]; then
225
ln -s ../../
libcxx
.src
libcxx
/ndk/build/tools/
package-release.sh
86
register_var_option "--with-
libcxx
" WITH_LIBCXX "Package experimental Libc++ sources"
372
rm -rf $REFERENCE/sources/cxx-stl/llvm-libc++/
libcxx
/test
405
unpack_prebuilt
libcxx
-libs-$ABI "$REFERENCE"
build-cxx-stl.sh
139
LIBCXX_INCLUDES="-I$LIBCXX_SRCDIR/
libcxx
/include -I$ANDROID_NDK_ROOT/sources/android/support/include -I$GABIXX_SRCDIR/include"
200
"
libcxx
/src/algorithm.cpp \
201
libcxx
/src/bind.cpp \
202
libcxx
/src/chrono.cpp \
203
libcxx
/src/condition_variable.cpp \
204
libcxx
/src/debug.cpp \
205
libcxx
/src/exception.cpp \
206
libcxx
/src/future.cpp \
207
libcxx
/src/hash.cpp \
208
libcxx
/src/ios.cpp
[
all
...]
Completed in 50 milliseconds