Lines Matching refs:help
74 parser.add_argument('host_llvm_profdata', help='Path to llvm-profdata')
75 parser.add_argument('host_llvm_cov', help='Path to llvm-cov')
77 help='Path to the directory containing the raw profiles')
79 help='Path to the output directory for html reports')
81 help='Path to an instrumented binary')
83 help='Only merge raw profiles together, skip report '
86 help='Do not delete raw profiles', action='store_true')
88 help='Specify an existing indexed profile to use')
90 help='Emit a unified report for all binaries')
93 help='Restrict the reporting to the given source paths'
96 help='The compilation directory of the binary')