Home
last modified time | relevance | path

Searched refs:format_help (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/lldb/examples/python/
Dcmdtemplate.py25 cls.__doc__ = parser.format_help()
97 self.help_string = self.parser.format_help()
Dlldb_module_utils.py37 self.help_string = self.parser.format_help()
135 self.help_string = self.parser.format_help()
Dmemory.py201 print(create_memfind_options().format_help(), file=result)
273 memfind_command.__doc__ = create_memfind_options().format_help()
Dbsd.py458 self.help_string = self.parser.format_help()
Dcrashlog.py996 return option_parser.format_help()
/openbsd/src/gnu/llvm/clang/utils/
Dclangdiag.py21 def format_help(self): member in MyParser
188 the_diag_command.__doc__ = parser.format_help()
/openbsd/src/gnu/llvm/lldb/examples/darwin/heap_find/
Dheap.py1501 ptr_refs.__doc__ = get_ptr_refs_options().format_help()
1502 cstr_refs.__doc__ = get_cstr_refs_options().format_help()
1503 malloc_info.__doc__ = get_malloc_info_options().format_help()
1504 objc_refs.__doc__ = get_objc_refs_options().format_help()