reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
38 bool StripDebugInfo(Module &M);
3824 bool Modified = StripDebugInfo(M);
lib/IR/DebugInfo.cpp 743 return StripDebugInfo(*unwrap(M));
lib/LTO/LTOCodeGenerator.cpp 509 StripDebugInfo(*MergedModule);
lib/LTO/ThinLTOCodeGenerator.cpp 177 StripDebugInfo(TheModule);
lib/Transforms/IPO/StripSymbols.cpp 236 Changed |= StripDebugInfo(M);
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp285 StripDebugInfo(*MergedM); 419 StripDebugInfo(M);tools/bugpoint/CrashDebugger.cpp
1215 stripMetadata(StripDebugInfo);
tools/opt/Debugify.cpp 299 StripDebugInfo(M);
tools/opt/opt.cpp 578 StripDebugInfo(*M);