Lines Matching defs:bolt
1 //===- bolt/Passes/PLTCall.h - PLT call optimization ----------------------===//
14 #include "bolt/Passes/PLTCall.h"
17 #define DEBUG_TYPE "bolt-plt"
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,
44 namespace bolt {
92 } // namespace bolt