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

/external/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp273 struct OnTheFlyTest: public ModulePass { struct in namespace:llvm::__anon25663
276 OnTheFlyTest() : ModulePass(ID) { function in struct:llvm::__anon25663::OnTheFlyTest
294 char OnTheFlyTest::ID=0;
398 SCOPED_TRACE("Running OnTheFlyTest");
399 struct OnTheFlyTest *O = new OnTheFlyTest();

Completed in 100 milliseconds