Searched refs:LowerAnnotations (Results 1 – 3 of 3) sorted by relevance
205 class LowerAnnotations : public BinaryFunctionPass {207 explicit LowerAnnotations(const cl::opt<bool> &PrintPass) in LowerAnnotations() function
474 Manager.registerPass(std::make_unique<LowerAnnotations>(NeverPrint)); in runAllPasses()
574 void LowerAnnotations::runOnFunctions(BinaryContext &BC) { in runOnFunctions()