Lines Matching refs:help
125 parser.add_argument("host_llvm_profdata", help="Path to llvm-profdata")
126 parser.add_argument("host_llvm_cov", help="Path to llvm-cov")
128 "profile_data_dir", help="Path to the directory containing the raw profiles"
131 "report_dir", help="Path to the output directory for html reports"
138 help="Path to an instrumented binary",
143 help="Only merge raw profiles together, skip report " "generation",
146 "--preserve-profiles", help="Do not delete raw profiles", action="store_true"
149 "--use-existing-profdata", help="Specify an existing indexed profile to use"
154 help="Emit a unified report for all binaries",
162 help="Restrict the reporting to the given source paths"
170 help="The compilation directory of the binary",