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

/external/llvm/unittests/VMCore/
H A DPassManagerTest.cpp262 struct OnTheFlyTest: public ModulePass { struct in namespace:llvm::__anon7204
265 OnTheFlyTest() : ModulePass(ID) { function in struct:llvm::__anon7204::OnTheFlyTest
283 char OnTheFlyTest::ID=0;
387 SCOPED_TRACE("Running OnTheFlyTest");
388 struct OnTheFlyTest *O = new OnTheFlyTest();

Completed in 88 milliseconds