Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp67 struct ModuleNDM : public ModulePass { struct
69 static char run;
70 static char ID;
71 ModuleNDM() : ModulePass(ID) {} in ModuleNDM() argument
72 bool runOnModule(Module &M) override { in runOnModule()