Searched defs:StripGCRelocatesLegacy (Results 1 – 1 of 1) sorted by relevance
73 struct StripGCRelocatesLegacy : public FunctionPass { struct74 static char ID; // Pass identification, replacement for typeid75 StripGCRelocatesLegacy() : FunctionPass(ID) { in StripGCRelocatesLegacy() argument79 void getAnalysisUsage(AnalysisUsage &Info) const override {} in getAnalysisUsage()81 bool runOnFunction(Function &F) override { return ::stripGCRelocates(F); } in runOnFunction()