Home
last modified time | relevance | path

Searched refs:RawTextHelpFormatter (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/utils/
H A Dupdate_any_test_checks.py64 from argparse import RawTextHelpFormatter
67 description=__doc__, formatter_class=RawTextHelpFormatter
H A Dupdate_analyze_test_checks.py43 from argparse import RawTextHelpFormatter
46 description=__doc__, formatter_class=RawTextHelpFormatter
H A Dupdate_test_checks.py46 from argparse import RawTextHelpFormatter
49 description=__doc__, formatter_class=RawTextHelpFormatter
H A Drelative_lines.py37 formatter_class=argparse.RawTextHelpFormatter,
H A Dbugpoint_gisel_reducer.py108 description=__doc__, formatter_class=argparse.RawTextHelpFormatter
H A Dupdate_cc_test_checks.py180 description=__doc__, formatter_class=argparse.RawTextHelpFormatter
H A Dupdate_mir_test_checks.py481 description=__doc__, formatter_class=argparse.RawTextHelpFormatter
/llvm-project/clang/utils/
H A Dcreduce-clang-crash.py11 from argparse import ArgumentParser, RawTextHelpFormatter
432 parser = ArgumentParser(description=__doc__, formatter_class=RawTextHelpFormatter)
/llvm-project/mlir/utils/
H A Dgenerate-test-checks.py247 description=__doc__, formatter_class=argparse.RawTextHelpFormatter
/llvm-project/polly/utils/
H A Dargparse.py665 class RawTextHelpFormatter(RawDescriptionHelpFormatter): class