Home
last modified time | relevance | path

Searched defs:StripNonLineTableDebugLegacyPass (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Utils/
DStripNonLineTableDebugInfo.cpp21 struct StripNonLineTableDebugLegacyPass : public ModulePass { struct
22 static char ID; // Pass identification, replacement for typeid
23 StripNonLineTableDebugLegacyPass() : ModulePass(ID) { in StripNonLineTableDebugLegacyPass() argument
28 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
32 bool runOnModule(Module &M) override { in runOnModule()