OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libcompiler_rt
(Results
1 - 11
of
11
) sorted by null
/external/compiler-rt/make/
AppleBI.mk
41
install-MacOSX : $(SYMROOT)/
libcompiler_rt
.dylib \
42
$(SYMROOT)/
libcompiler_rt
-dyld.a
44
cp $(SYMROOT)/
libcompiler_rt
-dyld.a \
45
$(DSTROOT)/usr/local/lib/dyld/
libcompiler_rt
.a
47
$(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/
libcompiler_rt
.dylib \
48
-o $(DSTROOT)/usr/lib/system/
libcompiler_rt
.dylib
50
ln -s
libcompiler_rt
.dylib libcompiler_rt_profile.dylib; \
51
ln -s
libcompiler_rt
.dylib libcompiler_rt_debug.dylib
54
$(OBJROOT)/
libcompiler_rt
-%.dylib : $(OBJROOT)/darwin_bni/Release/%/
libcompiler_rt
.
[
all
...]
/external/compiler-rt/test/timing/
time
22
INSTALLED=/usr/local/lib/system/
libcompiler_rt
.a
30
test $ARCH $FILE tuned ../../darwin_fat/Release/
libcompiler_rt
.a
/external/compiler-rt/test/Unit/
test
27
# Note -lSystem is *after*
libcompiler_rt
.Optimized.a so that linker will
43
if gcc $CFLAGS $FILE ../../darwin_fat/Release/
libcompiler_rt
.a $LIBS $EXTRA -o ./remote/$FILE.exe
50
if gcc $CFLAGS $FILE ../../darwin_fat/Release/
libcompiler_rt
.a $LIBS $EXTRA
/external/clang/runtime/compiler-rt/
Makefile
159
$(PROJ_OBJ_DIR)/clang_$1/%/
libcompiler_rt
.a: BuildRuntimeLibraries
161
$(PROJ_OBJ_DIR)/clang_$1/%/
libcompiler_rt
.so: BuildRuntimeLibraries
163
$(PROJ_OBJ_DIR)/clang_$1/%/
libcompiler_rt
.dylib: BuildRuntimeLibraries
165
.PRECIOUS: $(PROJ_OBJ_DIR)/clang_$1/%/
libcompiler_rt
.a
169
$(PROJ_OBJ_DIR)/clang_$1/%/
libcompiler_rt
.a \
172
$(Verb) cp $(PROJ_OBJ_DIR)/clang_$1/$$*/
libcompiler_rt
.a $$@
174
$(PROJ_OBJ_DIR)/clang_$1/%/
libcompiler_rt
.so \
177
$(Verb) cp $(PROJ_OBJ_DIR)/clang_$1/$$*/
libcompiler_rt
.so $$@
179
$(PROJ_OBJ_DIR)/clang_$1/%/
libcompiler_rt
.dylib \
182
$(Verb) cp $(PROJ_OBJ_DIR)/clang_$1/$$*/
libcompiler_rt
.dylib $$
[
all
...]
/frameworks/compile/libbcc/
Android.mk
46
$(TARGET_OUT_INTERMEDIATE_LIBRARIES)/
libcompiler_rt
.so \
90
LOCAL_REQUIRED_MODULES := libclcore.bc libclcore_debug.bc libbcc.sha1
libcompiler_rt
/external/compiler-rt/
Makefile
154
$(call Set,Tmp.Inputs,$(Tmp.ArchsToBuild:%=$(Tmp.ObjPath)/%/
libcompiler_rt
.$(Tmp.LibrarySuffix)))
155
$(Tmp.ObjPath)/
libcompiler_rt
.$(Tmp.LibrarySuffix): $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
164
$(Tmp.Name)-$(Tmp.Config):: $(Tmp.ObjPath)/
libcompiler_rt
.$(Tmp.LibrarySuffix)
206
$(Tmp.ObjPath)/
libcompiler_rt
.a: $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
211
$(Tmp.ObjPath)/
libcompiler_rt
.dylib: $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
215
$(Tmp.ObjPath)/
libcompiler_rt
.so: $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
222
$(Tmp.Name)-$(Tmp.Config)-$(Tmp.Arch):: $(Tmp.ObjPath)/
libcompiler_rt
.$(Tmp.LibrarySuffix)
Android.mk
281
LOCAL_MODULE :=
libcompiler_rt
301
# Use Clang to compile
libcompiler_rt
323
# Device Static Library:
libcompiler_rt
-extras
328
LOCAL_MODULE :=
libcompiler_rt
-extras
338
# Device Static Library:
libcompiler_rt
343
# Device Shared Library:
libcompiler_rt
/art/compiler/
Android.mk
248
# Rule to build /system/lib/
libcompiler_rt
.a
253
$(eval $(call copy-one-file, $(call intermediates-dir-for,STATIC_LIBRARIES,
libcompiler_rt
,,)/
libcompiler_rt
.a, $(TARGET_OUT_SHARED_LIBRARIES)/
libcompiler_rt
.a))
255
$(DEX2OAT): $(TARGET_OUT_SHARED_LIBRARIES)/
libcompiler_rt
.a
/development/build/
sdk.atree
88
prebuilts/sdk/renderscript/lib/arm/
libcompiler_rt
.a build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/armeabi-v7a/
libcompiler_rt
.a
95
prebuilts/sdk/renderscript/lib/mips/
libcompiler_rt
.a build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/mips/
libcompiler_rt
.a
102
prebuilts/sdk/renderscript/lib/x86/
libcompiler_rt
.a build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86/
libcompiler_rt
.a
/build/core/
llvm_config.mk
114
COMPILER_RT_CONFIG_EXTRA_STATIC_LIBRARIES :=
libcompiler_rt
-extras
config.mk
477
RS_PREBUILT_COMPILER_RT := prebuilts/sdk/renderscript/lib/$(TARGET_ARCH)/
libcompiler_rt
.a
Completed in 561 milliseconds