Home
last modified time | relevance | path

Searched refs:NumPrint (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.cpp242 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local
243 if (NumPrint > 10) in PrintFunctionList()
244 NumPrint = 10; in PrintFunctionList()
245 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()
247 if (NumPrint < Funcs.size()) in PrintFunctionList()
253 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local
254 if (NumPrint > 10) in PrintGlobalVariableList()
255 NumPrint = 10; in PrintGlobalVariableList()
256 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()
258 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
H A DCrashDebugger.cpp475 unsigned NumPrint = Blocks.size(); in TestBlocks() local
476 if (NumPrint > 10) in TestBlocks()
477 NumPrint = 10; in TestBlocks()
478 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestBlocks()
480 if (NumPrint < Blocks.size()) in TestBlocks()
589 unsigned NumPrint = Blocks.size(); in TestBlocks() local
590 if (NumPrint > 10) in TestBlocks()
591 NumPrint = 10; in TestBlocks()
592 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestBlocks()
594 if (NumPrint < Blocks.size()) in TestBlocks()
[all …]