HomeSort by relevance Sort by last modified time
    Searched full:dead_strip (Results 1 - 13 of 13) 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/llvm/test/tools/dsymutil/Inputs/
basic1.c 10 clang basic1.macho.x86_64.o basic2.macho.x86_64.o basic3.macho.x86_64.o -o basic.macho.x86_64 -Wl,-dead_strip
16 clang basic1-lto.o basic2-lto.o basic3-lto.o -o basic-lto.macho.x86_64 -Wl,-object_path_lto,$PWD/basic-lto.macho.x86_64.o -Wl,-dead_strip
21 clang basic1.macho.x86_64.o -lbasic -o basic-archive.macho.x86_64 -Wl,-dead_strip -L.
  /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/compiler-rt/test/asan/TestCases/Darwin/
interface_symbols_darwin.c 5 // RUN: %clang_asan -dead_strip -O2 %s -o %t.exe
  /external/llvm/cmake/modules/
AddLLVM.cmake 182 # ld64's implementation of -dead_strip breaks tools that use plugins.
184 LINK_FLAGS " -Wl,-dead_strip")
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 412 // Leave it to the linker to remove any dead code (e.g. with -dead_strip).
  /external/google-breakpad/src/build/
common.gypi 430 'DEAD_CODE_STRIPPING': 'YES', # -Wl,-dead_strip
    [all...]
  /external/clang/include/clang/Driver/
Options.td 357 def dead__strip : Flag<["-"], "dead_strip">;
    [all...]
  /external/llvm/
Makefile.rules 642 LD.Flags += -Wl,-dead_strip
    [all...]
  /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...]

Completed in 635 milliseconds