Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineStripDebug.cpp32 struct StripDebugMachineModule : public ModulePass { struct
33 bool runOnModule(Module &M) override { in runOnModule()
82 StripDebugMachineModule() : StripDebugMachineModule(OnlyDebugifiedDefault) {} in StripDebugMachineModule() function
83 StripDebugMachineModule(bool OnlyDebugified) in StripDebugMachineModule() function
86 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
92 static char ID; // Pass identification.
95 bool OnlyDebugified;