Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCheckDebugify.cpp29 struct CheckDebugMachineModule : public ModulePass { struct
30 bool runOnModule(Module &M) override { in runOnModule()
106 CheckDebugMachineModule() : ModulePass(ID) {} in CheckDebugMachineModule() argument
108 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
113 static char ID; // Pass identification.