HomeSort by relevance Sort by last modified time
    Searched refs:libcompiler_rt (Results 1 - 17 of 17) sorted by null

  /external/compiler-rt/make/
AppleBI.mk 45 install-MacOSX : $(SYMROOT)/libcompiler_rt.dylib \
46 $(SYMROOT)/libcompiler_rt-dyld.a
48 cp $(SYMROOT)/libcompiler_rt-dyld.a \
49 $(DSTROOT)/usr/local/lib/dyld/libcompiler_rt.a
51 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \
52 -o $(DSTROOT)/usr/lib/system/libcompiler_rt.dylib
54 ln -s libcompiler_rt.dylib libcompiler_rt_profile.dylib; \
55 ln -s libcompiler_rt.dylib libcompiler_rt_debug.dylib
58 $(OBJROOT)/libcompiler_rt-%.dylib : $(OBJROOT)/darwin_bni/Release/%/libcompiler_rt.
    [all...]
  /external/compiler-rt/test/builtins/timing/
time 22 INSTALLED=/usr/local/lib/system/libcompiler_rt.a
30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
  /frameworks/rs/tests/lldb/cpp/Allocations/
Android.mk 10 LOCAL_STATIC_LIBRARIES := libcompiler_rt
  /frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Android.mk 10 LOCAL_STATIC_LIBRARIES := libcompiler_rt
  /external/compiler-rt/test/builtins/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
  /device/generic/common/vndk/
vndk-sp-libs.mk 16 libcompiler_rt \
  /device/google/marlin/vndk/
Android.mk 24 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)
  /build/make/core/clang/
config.mk 69 COMPILER_RT_CONFIG_EXTRA_STATIC_LIBRARIES := libcompiler_rt-extras
  /frameworks/rs/
Android.mk 12 libcompiler_rt \
201 # These runtime modules, including libcompiler_rt.so, are required for
207 libcompiler_rt
  /development/build/
sdk.atree 93 prebuilts/sdk/renderscript/lib/arm/libcompiler_rt.a build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/armeabi-v7a/libcompiler_rt.a
101 prebuilts/sdk/renderscript/lib/mips/libcompiler_rt.a build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/mips/libcompiler_rt.a
109 prebuilts/sdk/renderscript/lib/x86/libcompiler_rt.a build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86/libcompiler_rt.a
117 prebuilts/sdk/renderscript/lib/arm64/libcompiler_rt.a build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/arm64-v8a/libcompiler_rt.a
125 prebuilts/sdk/renderscript/lib/x86_64/libcompiler_rt.a build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86_64/libcompiler_rt.
    [all...]
  /build/soong/cc/
linker.go 131 if ctx.ModuleName() != "libcompiler_rt-extras" {
132 deps.LateStaticLibs = append(deps.LateStaticLibs, "libcompiler_rt-extras")
binary.go 145 // static libraries libcompiler_rt, libc and libc_nomalloc need to be linked with
150 []string{"libc", "libc_nomalloc", "libcompiler_rt"})
  /device/asus/fugu/self-extractors/intel/staging/
device-partial.mk 54 vendor/intel/fugu/proprietary/libcompiler_rt.so:system/lib/arm/libcompiler_rt.so:intel \
  /device/google/marlin/
device-common.mk 646 libcompiler_rt.vndk-sp\
  /build/make/core/
config.mk 810 RS_PREBUILT_COMPILER_RT := prebuilts/sdk/renderscript/lib/$(TARGET_ARCH)/libcompiler_rt.a
    [all...]
definitions.mk     [all...]

Completed in 490 milliseconds