Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/
H A Dupdate_analyze_test_checks.py42 from argparse import RawTextHelpFormatter
43 parser = argparse.ArgumentParser(description=__doc__, formatter_class=RawTextHelpFormatter)
H A Dupdate_test_checks.py38 from argparse import RawTextHelpFormatter
39 parser = argparse.ArgumentParser(description=__doc__, formatter_class=RawTextHelpFormatter)
H A Dbugpoint_gisel_reducer.py105 description=__doc__, formatter_class=argparse.RawTextHelpFormatter)
H A Dupdate_cc_test_checks.py146 formatter_class=argparse.RawTextHelpFormatter)
H A Dupdate_mir_test_checks.py425 description=__doc__, formatter_class=argparse.RawTextHelpFormatter)
/llvm-project-15.0.7/clang/utils/
H A Dcreduce-clang-crash.py11 from argparse import ArgumentParser, RawTextHelpFormatter
386 formatter_class=RawTextHelpFormatter)
/llvm-project-15.0.7/mlir/utils/
H A Dgenerate-test-checks.py148 description=__doc__, formatter_class=argparse.RawTextHelpFormatter)
/llvm-project-15.0.7/polly/utils/
H A Dargparse.py667 class RawTextHelpFormatter(RawDescriptionHelpFormatter): class