Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DStripNonLineTableDebugInfo.cpp20 struct StripNonLineTableDebugInfo : public ModulePass { struct
22 StripNonLineTableDebugInfo() : ModulePass(ID) { in StripNonLineTableDebugInfo() function
36 char StripNonLineTableDebugInfo::ID = 0;
37 INITIALIZE_PASS(StripNonLineTableDebugInfo, "strip-nonlinetable-debuginfo",
41 return new StripNonLineTableDebugInfo(); in createStripNonLineTableDebugInfoPass()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1465 SRCS_MIN+= Transforms/Utils/StripNonLineTableDebugInfo.cpp