Home
last modified time | relevance | path

Searched refs:pprint (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lld/test/MachO/tools/
H A Dvalidate-unwind-info.py10 from pprint import pprint
80 pprint(program_encodings_map)
82 pprint(object_encodings_map)
98 pprint("program common encodings:\n" + str(program_common_encodings))
99 pprint("object encoding frequencies:\n" + str(encoding_frequencies))
H A Dgenerate-thunkable-program.py11 from pprint import pprint
/llvm-project-15.0.7/clang/bindings/python/examples/cindex/
H A Dcindex-dump.py57 from pprint import pprint
81 pprint(('diags', [get_diag_info(d) for d in tu.diagnostics]))
82 pprint(('nodes', get_info(tu.cursor)))
/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Ddisassemble.c23 static void pprint(int pos, unsigned char *buf, int len, const char *disasm) { in pprint() function
54 pprint(pos, buf + pos, 1, "\t???"); in do_disassemble()
57 pprint(pos, buf + pos, l, outline); in do_disassemble()
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestGdbRemoteHostInfo.py63 import pprint
65 pprint.pprint(host_info_dict)
/llvm-project-15.0.7/libcxx/utils/
H A Dgenerate_abi_list.py14 import pprint
36 lines = [pprint.pformat(sym, width=99999) for sym in symbols]
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py7 import pprint
484 pprint.PrettyPrinter(indent=2).pprint(command_dict)
493 pprint.PrettyPrinter(indent=2).pprint(replay_response)
500 pprint.PrettyPrinter(indent=2).pprint(actual_response)
/llvm-project-15.0.7/clang/utils/
H A DFindSpecRefs6 from pprint import pprint
839 pprint(refTree)
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py5 import pprint
801 difflib.ndiff(pprint.pformat(seq1).splitlines(),
802 pprint.pformat(seq2).splitlines()))
924 pprint.pformat(d1).splitlines(),
925 pprint.pformat(d2).splitlines())))
/llvm-project-15.0.7/libcxx/utils/libcxx/sym_check/
H A Dutil.py9 from pprint import pformat
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_case.py2 import pprint
1086 diff = '\n'.join(difflib.ndiff(pprint.pformat(seq1).splitlines(),
1087 pprint.pformat(seq2).splitlines()))
/llvm-project-15.0.7/clang/utils/ABITest/
H A DABITestGen.py4 from pprint import pprint