Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCheckDebugify.cpp31 struct CheckDebugMachineModule : public ModulePass { struct
32 bool runOnModule(Module &M) override { in runOnModule()
108 CheckDebugMachineModule() : ModulePass(ID) {} in CheckDebugMachineModule() function
110 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
115 static char ID; // Pass identification.