Searched refs:RawTextHelpFormatter (Results 1 – 10 of 10) sorted by relevance
/llvm-project/llvm/utils/ |
H A D | update_any_test_checks.py | 64 from argparse import RawTextHelpFormatter 67 description=__doc__, formatter_class=RawTextHelpFormatter
|
H A D | update_analyze_test_checks.py | 43 from argparse import RawTextHelpFormatter 46 description=__doc__, formatter_class=RawTextHelpFormatter
|
H A D | update_test_checks.py | 46 from argparse import RawTextHelpFormatter 49 description=__doc__, formatter_class=RawTextHelpFormatter
|
H A D | relative_lines.py | 37 formatter_class=argparse.RawTextHelpFormatter,
|
H A D | bugpoint_gisel_reducer.py | 108 description=__doc__, formatter_class=argparse.RawTextHelpFormatter
|
H A D | update_cc_test_checks.py | 180 description=__doc__, formatter_class=argparse.RawTextHelpFormatter
|
H A D | update_mir_test_checks.py | 481 description=__doc__, formatter_class=argparse.RawTextHelpFormatter
|
/llvm-project/clang/utils/ |
H A D | creduce-clang-crash.py | 11 from argparse import ArgumentParser, RawTextHelpFormatter 432 parser = ArgumentParser(description=__doc__, formatter_class=RawTextHelpFormatter)
|
/llvm-project/mlir/utils/ |
H A D | generate-test-checks.py | 247 description=__doc__, formatter_class=argparse.RawTextHelpFormatter
|
/llvm-project/polly/utils/ |
H A D | argparse.py | 665 class RawTextHelpFormatter(RawDescriptionHelpFormatter): class
|