Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDStripNonLineTableDebugInfo.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-11-stable/lib/clang/libllvm/
HDMakefile1573 SRCS_MIN+= Transforms/Utils/StripNonLineTableDebugInfo.cpp