Searched refs:StripNonLineTableDebugInfo (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DStripNonLineTableDebugInfo.cpp1 //===- StripNonLineTableDebugInfo.cpp -- Strip parts of Debug Info --------===//
20 struct StripNonLineTableDebugInfo : public ModulePass { struct in namespace:__anon4770
22 StripNonLineTableDebugInfo() : ModulePass(ID) { function in struct:__anon4770::StripNonLineTableDebugInfo
36 char StripNonLineTableDebugInfo::ID = 0;
37 INITIALIZE_PASS(StripNonLineTableDebugInfo, "strip-nonlinetable-debuginfo",
41 return new StripNonLineTableDebugInfo();
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1607 SRCS_MIN+= Transforms/Utils/StripNonLineTableDebugInfo.cpp

Completed in 113 milliseconds