Searched defs:WholeProgramDevirt (Results 1 – 2 of 2) sorted by relevance
17 TEST(WholeProgramDevirt, findLowestOffset) { in TEST() argument62 TEST(WholeProgramDevirt, setReturnValues) { in TEST() argument
292 struct WholeProgramDevirt : public ModulePass { struct293 static char ID;294 WholeProgramDevirt() : ModulePass(ID) { in WholeProgramDevirt() argument297 bool runOnModule(Module &M) { in runOnModule()