Home
last modified time | relevance | path

Searched refs:OnTheFlyTest (Results 1 – 1 of 1) sorted by relevance

/external/llvm/unittests/VMCore/
DPassManagerTest.cpp262 struct OnTheFlyTest: public ModulePass { struct
265 OnTheFlyTest() : ModulePass(ID) { in OnTheFlyTest() argument
283 char OnTheFlyTest::ID=0;
388 struct OnTheFlyTest *O = new OnTheFlyTest(); in TEST()