Home
last modified time | relevance | path

Searched refs:dead_strip (Results 1 – 7 of 7) sorted by relevance

/external/lldb/test/functionalities/dead-strip/
DTestDeadStrip.py20 self.dead_strip()
28 self.dead_strip()
30 def dead_strip(self): member in DeadStripTestCase
DMakefile4 LDFLAGS = $(CFLAGS) -Xlinker -dead_strip
/external/compiler-rt/make/
DAppleBI.mk64 -nodefaultlibs -umbrella System -dead_strip \
147 -umbrella System -Wl,-no_implicit_dylibs -L$(SDKROOT)/usr/lib/system -dead_strip \
/external/llvm/cmake/modules/
DAddLLVM.cmake182 # ld64's implementation of -dead_strip breaks tools that use plugins.
184 LINK_FLAGS " -Wl,-dead_strip")
/external/google-breakpad/src/build/
Dcommon.gypi430 'DEAD_CODE_STRIPPING': 'YES', # -Wl,-dead_strip
/external/llvm/
DMakefile.rules642 LD.Flags += -Wl,-dead_strip
/external/clang/include/clang/Driver/
DOptions.td357 def dead__strip : Flag<["-"], "dead_strip">;