Home | History | Annotate | Download | only in IPO

Lines Matching full:strip

1 //===- StripSymbols.cpp - Strip symbols and debug info from a module ------===//
18 // only be used in situations where the 'strip' utility would be used, such as
100 INITIALIZE_PASS(StripSymbols, "strip",
101 "Strip all symbols from a module", false, false)
108 INITIALIZE_PASS(StripNonDebugSymbols, "strip-nondebug",
109 "Strip all symbols, except dbg symbols, from a module",
117 INITIALIZE_PASS(StripDebugDeclare, "strip-debug-declare",
118 "Strip all llvm.dbg.declare intrinsics", false, false)
125 INITIALIZE_PASS(StripDeadDebugInfo, "strip-dead-debug-info",
126 "Strip debug info for unused symbols", false, false)
160 // Strip the symbol table of its names.
174 // Strip any named types of their names.
204 /// StripSymbolNames - Strip symbol names.