Lines Matching defs:Show
383 cl::desc("Show counter values for shown functions"),
396 cl::desc("Show instr profile data in text dump format"),
400 cl::desc("Show sample profile data in the JSON format "
405 cl::desc("Show indirect call site target values for shown functions"),
408 cl::desc("Show vtable names for shown functions"),
412 cl::desc("Show the profiled sizes of the memory intrinsic calls "
416 cl::desc("Show detailed profile summary"),
425 cl::desc("Show profile summary of a list of hot functions"),
431 cl::desc("Show context sensitive counts"),
441 cl::desc("Show the list of functions with the largest internal counts"),
455 cl::desc("Show profile symbol list if it exists in the profile. "),
459 cl::desc("Show the information of each section in the sample profile. "
464 cl::desc("Show binary ids in the profile. "),
468 cl::desc("Show temporal profile traces in the profile."),
473 cl::desc("Show only the functions that have been executed."),
477 cl::desc("Show profile version. "),
2877 bool Show = ShowAllFunctions ||
2880 bool doTextFormatDump = (Show && TextFormat);
2903 if (Show) {
2945 if (Show) {
3279 // Show the raw profile in YAML.
3297 // Show the indexed MemProf profile in YAML.