Searched refs:StripNonLineTableDebugInfo (Results 1 – 2 of 2) sorted by relevance
20 struct StripNonLineTableDebugInfo : public ModulePass { struct22 StripNonLineTableDebugInfo() : ModulePass(ID) { in StripNonLineTableDebugInfo() function36 char StripNonLineTableDebugInfo::ID = 0;37 INITIALIZE_PASS(StripNonLineTableDebugInfo, "strip-nonlinetable-debuginfo",41 return new StripNonLineTableDebugInfo(); in createStripNonLineTableDebugInfoPass()
1465 SRCS_MIN+= Transforms/Utils/StripNonLineTableDebugInfo.cpp