HomeSort by relevance Sort by last modified time
    Searched refs:libcompiler_rt (Results 1 - 9 of 9) 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
  /frameworks/compile/libbcc/runtime/test/timing/
time 22 INSTALLED=/usr/local/lib/system/libcompiler_rt.a
30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
  /frameworks/compile/libbcc/runtime/make/
AppleBI.mk 31 install: $(SYMROOT)/usr/local/lib/system/libcompiler_rt.a
33 cp $(SYMROOT)/usr/local/lib/system/libcompiler_rt.a \
34 $(DSTROOT)/usr/local/lib/system/libcompiler_rt.a
36 ln -s libcompiler_rt.a libcompiler_rt_profile.a; \
37 ln -s libcompiler_rt.a libcompiler_rt_debug.a
40 # Rule to make fat libcompiler_rt.a.
41 $(SYMROOT)/usr/local/lib/system/libcompiler_rt.a : $(foreach arch,$(RC_ARCHS), \
48 $(OBJROOT)/%-pruned.a : $(OBJROOT)/darwin_bni/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
  /frameworks/compile/libbcc/runtime/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 127 $(PROJ_OBJ_DIR)/clang_$1/%/libcompiler_rt.a: BuildRuntimeLibraries
129 .PRECIOUS: $(PROJ_OBJ_DIR)/clang_$1/%/libcompiler_rt.a
133 $(PROJ_OBJ_DIR)/clang_$1/%/libcompiler_rt.a \
136 $(Verb) cp $(PROJ_OBJ_DIR)/clang_$1/$$*/libcompiler_rt.a $$@
  /frameworks/compile/libbcc/runtime/
Makefile 120 $(Tmp.Name):: $(Tmp.Configs:%=$(Tmp.ObjPath)/%/libcompiler_rt.a)
145 $(call Set,Tmp.Inputs,$(Tmp.ArchsToBuild:%=$(Tmp.ObjPath)/%/libcompiler_rt.a))
146 $(Tmp.ObjPath)/libcompiler_rt.a: $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
155 $(Tmp.Name)-$(Tmp.Config):: $(Tmp.ObjPath)/libcompiler_rt.a
185 $(Tmp.ObjPath)/libcompiler_rt.a: $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
193 $(Tmp.Name)-$(Tmp.Config)-$(Tmp.Arch):: $(Tmp.ObjPath)/libcompiler_rt.a
  /external/compiler-rt/
Makefile 152 $(call Set,Tmp.Inputs,$(Tmp.ArchsToBuild:%=$(Tmp.ObjPath)/%/libcompiler_rt.$(Tmp.LibrarySuffix)))
153 $(Tmp.ObjPath)/libcompiler_rt.$(Tmp.LibrarySuffix): $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
162 $(Tmp.Name)-$(Tmp.Config):: $(Tmp.ObjPath)/libcompiler_rt.$(Tmp.LibrarySuffix)
204 $(Tmp.ObjPath)/libcompiler_rt.a: $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
209 $(Tmp.ObjPath)/libcompiler_rt.dylib: $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
216 $(Tmp.Name)-$(Tmp.Config)-$(Tmp.Arch):: $(Tmp.ObjPath)/libcompiler_rt.$(Tmp.LibrarySuffix)

Completed in 562 milliseconds