Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DMachineStripDebug.cpp32 struct StripDebugMachineModule : public ModulePass { struct
33 bool runOnModule(Module &M) override { in runOnModule()
85 StripDebugMachineModule() : StripDebugMachineModule(OnlyDebugifiedDefault) {} in StripDebugMachineModule() function
86 StripDebugMachineModule(bool OnlyDebugified) in StripDebugMachineModule() function
89 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
95 static char ID; // Pass identification.
98 bool OnlyDebugified;