Searched refs:StripRepRet (Results 1 – 3 of 3) sorted by relevance
222 static cl::opt<bool> StripRepRet( variable340 Manager.registerPass(std::make_unique<StripRepRet>(NeverPrint), in runAllPasses()341 opts::StripRepRet); in runAllPasses()
413 class StripRepRet : public BinaryFunctionPass {415 explicit StripRepRet(const cl::opt<bool> &PrintPass) in StripRepRet() function
1598 void StripRepRet::runOnFunctions(BinaryContext &BC) { in runOnFunctions()