HomeSort by relevance Sort by last modified time
    Searched full:dead_strip (Results 1 - 21 of 21) sorted by null

  /external/lldb/test/functionalities/dead-strip/
Makefile 4 LDFLAGS = $(CFLAGS) -Xlinker -dead_strip
TestDeadStrip.py 20 self.dead_strip()
22 @skipIfFreeBSD # The -dead_strip linker option isn't supported on FreeBSD versions of ld.
23 @skipIfLinux # The -dead_strip linker option isn't supported on Linux versions of ld.
28 self.dead_strip()
30 def dead_strip(self): member in class:DeadStripTestCase
  /external/chromium_org/media/
media_cdm_adapter.gyp 53 # Not to strip important symbols by -Wl,-dead_strip.
  /external/compiler-rt/test/asan/TestCases/Darwin/
interface_symbols_darwin.c 5 // RUN: %clang_asan -dead_strip -O2 %s -o %t.exe
  /external/compiler-rt/make/
AppleBI.mk 64 -nodefaultlibs -umbrella System -dead_strip \
147 -umbrella System -Wl,-no_implicit_dylibs -L$(SDKROOT)/usr/lib/system -dead_strip \
  /external/chromium_org/ppapi/
ppapi_tests.gypi 226 # Not to strip important symbols by -Wl,-dead_strip.
  /external/llvm/cmake/modules/
AddLLVM.cmake 140 LINK_FLAGS " -Wl,-dead_strip")
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 338 // Leave it to the linker to remove any dead code (e.g. with -dead_strip).
  /external/chromium_org/build/config/compiler/
BUILD.gn 836 "-Wl,-dead_strip",
  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py 755 ldflags.append('-Wl,-dead_strip')
    [all...]
  /external/clang/include/clang/Driver/
Options.td 343 def dead__strip : Flag<["-"], "dead_strip">;
    [all...]
  /external/llvm/
Makefile.rules 640 LD.Flags += -Wl,-dead_strip
    [all...]
  /external/chromium_org/build/
common.gypi     [all...]
  /prebuilts/clang/linux-x86/3.1/
clang 
clang++ 
  /prebuilts/clang/linux-x86/host/3.5/bin/
clang 
clang++ 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gcc.info     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-g++.1 566 \&\-dead_strip
    [all...]
x86_64-w64-mingw32-gcc.1 566 \&\-dead_strip
    [all...]
  /prebuilts/sdk/tools/linux/
libclang.so 

Completed in 2827 milliseconds