Searched defs:WholeProgramDevirt (Results 1 – 4 of 4) sorted by relevance
17 TEST(WholeProgramDevirt, findLowestOffset) { in TEST() argument62 TEST(WholeProgramDevirt, setReturnValues) { in TEST() argument
541 struct WholeProgramDevirt : public ModulePass { struct542 static char ID;544 bool UseCommandLine = false;546 ModuleSummaryIndex *ExportSummary;547 const ModuleSummaryIndex *ImportSummary;549 WholeProgramDevirt() : ModulePass(ID), UseCommandLine(true) { in WholeProgramDevirt() argument553 WholeProgramDevirt(ModuleSummaryIndex *ExportSummary, in WholeProgramDevirt() argument560 bool runOnModule(Module &M) override { in runOnModule()583 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
292 struct WholeProgramDevirt : public ModulePass { struct293 static char ID;294 WholeProgramDevirt() : ModulePass(ID) { in WholeProgramDevirt() argument297 bool runOnModule(Module &M) { in runOnModule()