Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineStripDebug.cpp32 struct StripDebugMachineModule : public ModulePass { struct
33 bool runOnModule(Module &M) override { in runOnModule()
85 StripDebugMachineModule() : StripDebugMachineModule(OnlyDebugifiedDefault) {} in StripDebugMachineModule() argument
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;