Lines Matching defs:Strip
260 // Strip out all debug intrinsics and supporting metadata (subprograms, types,
264 // Strip out the dead dbg.value prototype.
273 // Strip out the module-level Debug Info Version metadata.
716 bool Strip, DebugifyStatsMap *StatsMap) {
805 // Strip debugify metadata if required.
807 if (Strip)
875 "CheckModuleDebugify", Strip, StatsMap);
886 bool Strip = false, StringRef NameOfWrappedPass = "",
894 Strip(Strip) {}
908 bool Strip;
921 Strip, StatsMap);
932 bool Strip = false, StringRef NameOfWrappedPass = "",
940 Strip(Strip) {}
954 bool Strip;
1014 bool Strip, StringRef NameOfWrappedPass, DebugifyStatsMap *StatsMap,
1018 return new CheckDebugifyModulePass(Strip, NameOfWrappedPass, StatsMap);
1026 bool Strip, StringRef NameOfWrappedPass, DebugifyStatsMap *StatsMap,
1030 return new CheckDebugifyFunctionPass(Strip, NameOfWrappedPass, StatsMap);
1041 "CheckModuleDebugify", Strip, StatsMap);
1089 "CheckFunctionDebugify", /*Strip=*/true,
1103 /*Strip=*/true, DIStatsMap);