Home
last modified time | relevance | path

Searched defs:shouldPrint (Results 1 – 12 of 12) sorted by relevance

/llvm-project/bolt/include/bolt/Passes/
H A DBinaryPasses.h65 bool shouldPrint(const BinaryFunction &BF) const override { return false; } in shouldPrint() function
86 bool shouldPrint(const BinaryFunction &BF) const override { return false; } in shouldPrint() function
136 bool shouldPrint(const BinaryFunction &BF) const override { in shouldPrint() function
309 bool shouldPrint(const BinaryFunction &BF) const override { in shouldPrint() function
387 bool shouldPrint(const BinaryFunction &BF) const override { in shouldPrint() function
413 bool shouldPrint(const BinaryFunction &) const override { return false; } in shouldPrint() function
427 bool shouldPrint(const BinaryFunction &) const override { return false; } in shouldPrint() function
H A DAsmDump.h28 bool shouldPrint(const BinaryFunction &BF) const override { return false; } in shouldPrint() function
H A DAllocCombiner.h31 bool shouldPrint(const BinaryFunction &BF) const override { in shouldPrint() function
H A DJTFootprintReduction.h68 bool shouldPrint(const BinaryFunction &BF) const override { in shouldPrint() function
H A DPLTCall.h30 bool shouldPrint(const BinaryFunction &BF) const override { in shouldPrint() function
H A DFrameOptimizer.h113 bool shouldPrint(const BinaryFunction &BF) const override { in shouldPrint() function
H A DRegReAssign.h54 bool shouldPrint(const BinaryFunction &BF) const override { in shouldPrint() function
H A DInliner.h85 bool shouldPrint(const BinaryFunction &BF) const override { in shouldPrint() function
H A DIndirectCallPromotion.h217 bool shouldPrint(const BinaryFunction &BF) const override { in shouldPrint() function
/llvm-project/bolt/lib/Passes/
H A DBinaryPasses.cpp236 bool BinaryFunctionPass::shouldPrint(const BinaryFunction &BF) const { shouldPrint() function in llvm::bolt::BinaryFunctionPass
373 bool ReorderBasicBlocks::shouldPrint(const BinaryFunction &BF) const { shouldPrint() function in llvm::bolt::ReorderBasicBlocks
/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp257 bool shouldPrint() const { shouldPrint() function
/llvm-project/bolt/lib/Core/
H A DBinaryFunction.cpp155 bool shouldPrint(const BinaryFunction &Function) { in shouldPrint() function