| /llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| H A D | exceptions.py | 3 import traceback 22 tblist = traceback.extract_tb(sys.exc_info()[2]) 25 tblist = traceback.format_list(tblist)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | aix-func-align.ll | 4 ; RUN: -xcoff-traceback-table=false < %s | FileCheck %s 6 ; RUN: -xcoff-traceback-table=false < %s | FileCheck %s 9 ; RUN: -xcoff-traceback-table=false -filetype=obj -o %t.o < %s 13 ; RUN: -xcoff-traceback-table=false -filetype=obj -o %t64.o < %s
|
| H A D | aix-xcoff-mergeable-str.ll | 6 ; RUN: llc -verify-machineinstrs -mcpu=pwr4 -mattr=-altivec -xcoff-traceback-table=false \ 8 ; RUN: llc -verify-machineinstrs -mcpu=pwr4 -mattr=-altivec -xcoff-traceback-table=false \ 12 ; RUN: -xcoff-traceback-table=false -data-sections=false -filetype=obj -o %t.o < %s
|
| H A D | aix-return55.ll | 2 ; RUN: -verify-machineinstrs -data-sections=false -xcoff-traceback-table=false < %s | FileCheck… 4 ; RUN: -verify-machineinstrs -data-sections=false -xcoff-traceback-table=false -filetype=obj -o… 9 ; RUN: -verify-machineinstrs -data-sections=false -xcoff-traceback-table=false \
|
| H A D | aix-xcoff-data-sections.ll | 2 ; RUN: -data-sections -xcoff-traceback-table=false < %s | \ 7 ; RUN: -filetype=obj -data-sections -xcoff-traceback-table=false -o %t.o < %s 13 ; RUN: -xcoff-traceback-table=false < %s | \ 18 ; RUN: -xcoff-traceback-table=false -filetype=obj -o %t.o < %s 24 ; RUN: -xcoff-traceback-table=false < %s | \ 27 ; RUN: -xcoff-traceback-table=false < %s | \ 30 ; RUN: -xcoff-traceback-table=false -filetype=obj -o %t.o < %s
|
| H A D | aix-xcoff-mergeable-const.ll | 4 ; RUN: -data-sections=false -xcoff-traceback-table=false < %s | \ 7 ; RUN: -xcoff-traceback-table=false -data-sections=false < %s | \ 10 ; RUN: -xcoff-traceback-table=false -data-sections=false -filetype=obj -o %t.o < %s
|
| H A D | pgo-ref-directive.ll | 3 …instrs -mcpu=pwr4 -mattr=-altivec -mtriple powerpc-ibm-aix-xcoff -xcoff-traceback-table=false < %t… 4 …instrs -mcpu=pwr4 -mattr=-altivec -mtriple powerpc-ibm-aix-xcoff -xcoff-traceback-table=false < %t… 5 …instrs -mcpu=pwr4 -mattr=-altivec -mtriple powerpc-ibm-aix-xcoff -xcoff-traceback-table=false < %t…
|
| H A D | aix-xcoff-textdisassembly.ll | 2 ; RUN: -xcoff-traceback-table=false -filetype=obj -o %t.o < %s
|
| H A D | aix-alloca-r31.ll | 3 ; RUN: -mattr=+altivec -vec-extabi -xcoff-traceback-table=true < %s | \ 7 ; RUN: -mattr=+altivec -vec-extabi -xcoff-traceback-table=true < %s | \
|
| H A D | aix-alias.ll | 5 ; RUN: -mattr=-altivec -data-sections=false -xcoff-traceback-table=false < %s | \ 8 ; RUN: -mattr=-altivec -data-sections=false -xcoff-traceback-table=false < %s | \
|
| H A D | aix-emit-tracebacktable-ssp.ll | 25 ; Not emitting traceback bit when no unwinding needed.
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | JSON-check.py | 5 import traceback 31 exception = traceback.format_exc().splitlines()[-1]
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | worker.py | 12 import traceback 82 output += traceback.format_exc()
|
| H A D | TestingConfig.py | 135 import traceback 138 path, traceback.format_exc()))
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/ |
| H A D | result.py | 6 import traceback 168 msgLines = traceback.format_exception(exctype, value, tb, length) 170 msgLines = traceback.format_exception(exctype, value, tb)
|
| H A D | loader.py | 7 import traceback 30 if hasattr(traceback, 'format_exc'): 33 message += '\n%s' % traceback.format_exc()
|
| /llvm-project-15.0.7/mlir/utils/jupyter/mlir_opt_kernel/ |
| H A D | kernel.py | 9 import traceback 169 traceback.print_exc()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/ |
| H A D | run-clang-tidy.py | 51 import traceback 379 traceback.print_exc() 388 traceback.print_exc()
|
| H A D | clang-tidy-diff.py | 37 import traceback 272 traceback.print_exc()
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/ |
| H A D | DebuggerBase.py | 12 import traceback 88 tb = traceback.format_exception(*self._loading_error) 91 orig_exception = traceback.format_exception(
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | pytracer.py | 9 def __init__(self, traceback): argument 10 self.t = traceback 173 def exceptionEvent(self, frame, exception, value, traceback): argument
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | llvm-compilers-check | 77 import traceback 276 traceback.print_exc() 313 traceback.print_exc() 342 traceback.print_exc()
|
| H A D | demangle_tree.py | 15 import traceback 207 traceback.print_exc()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | gdbclientutils.py | 6 import traceback 511 traceback.print_exc() 527 traceback.print_exc()
|
| /llvm-project-15.0.7/clang/tools/scan-view/share/ |
| H A D | ScanView.py | 126 import traceback 128 traceback.print_exc(file=s) 282 import traceback 285 traceback.print_exc(file=s)
|