Lines Matching defs:Strip
259 // Strip out all debug intrinsics and supporting metadata (subprograms, types,
263 // Strip out the dead dbg.value prototype.
272 // Strip out the module-level Debug Info Version metadata.
715 bool Strip, DebugifyStatsMap *StatsMap) {
804 // Strip debugify metadata if required.
806 if (Strip)
874 "CheckModuleDebugify", Strip, StatsMap);
885 bool Strip = false, StringRef NameOfWrappedPass = "",
893 Strip(Strip) {}
907 bool Strip;
920 Strip, StatsMap);
931 bool Strip = false, StringRef NameOfWrappedPass = "",
939 Strip(Strip) {}
953 bool Strip;
1013 bool Strip, StringRef NameOfWrappedPass, DebugifyStatsMap *StatsMap,
1017 return new CheckDebugifyModulePass(Strip, NameOfWrappedPass, StatsMap);
1025 bool Strip, StringRef NameOfWrappedPass, DebugifyStatsMap *StatsMap,
1029 return new CheckDebugifyFunctionPass(Strip, NameOfWrappedPass, StatsMap);
1040 "CheckModuleDebugify", Strip, StatsMap);
1088 "CheckFunctionDebugify", /*Strip=*/true,
1102 /*Strip=*/true, DIStatsMap);