Searched refs:PLTCall (Results 1 – 5 of 5) sorted by relevance
25 cl::opt<bolt::PLTCall::OptType>28 cl::init(bolt::PLTCall::OT_NONE),29 cl::values(clEnumValN(bolt::PLTCall::OT_NONE,32 clEnumValN(bolt::PLTCall::OT_HOT,35 clEnumValN(bolt::PLTCall::OT_ALL,46 void PLTCall::runOnFunctions(BinaryContext &BC) { in runOnFunctions()
30 PLTCall.cpp
17 class PLTCall : public BinaryFunctionPass {26 explicit PLTCall(const cl::opt<bool> &PrintPass) in PLTCall() function
50 extern cl::opt<bolt::PLTCall::OptType> PLT;371 Manager.registerPass(std::make_unique<PLTCall>(PrintPLT)); in runAllPasses()
37 bolt/include/bolt/Passes/PLTCall.h