Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/opt-viewer/
Dunicode-function-name.test1 …ction-name -o %t %p/Inputs/unicode-function-name/s.opt.yaml --no-highlight --demangler=llvm-cxxfilt
7 …code-function-name -o %t.unused %p/Inputs/unicode-function-name/s.opt.yaml --demangler=llvm-cxxfilt
Dsuppress.test1 …r -s %p/Inputs/suppress -o %t %p/Inputs/suppress/s.opt.yaml --no-highlight --demangler=llvm-cxxfilt
Dbasic.test5 RUN: %opt-viewer -s %p/Inputs -o %t %p/Inputs/basic/or.yaml --no-highlight --demangler=llvm-cxxfilt
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt-viewer/
Doptrecord.py61 def set_demangler(cls, demangler): argument
62 …cls.demangler_proc = subprocess.Popen(demangler.split(), stdin=subprocess.PIPE, stdout=subprocess.…
Dopt-viewer.py319 if args.demangler:
320 optrecord.Remark.set_demangler(args.demangler)
/external/strace/m4/
Dst_stacktrace.m472 dnl As stack tracing support is enabled, check for a demangler.
/external/elfutils/
DTODO69 ** add demangler support
71 Use demangler from libiberty.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-cov.rst272 Specify a symbol demangler. This can be used to make reports more
274 arguments to the demangler (e.g `-Xdemangler c++filt -Xdemangler -n` for C++).
275 The demangler is expected to read a newline-separated list of symbols from
/external/swiftshader/third_party/llvm-7.0/llvm/test/Demangle/
Dms-mangle.test76 ; undname returns `int *h1`, but it is a bug in their demangler. Their mangler
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DFuzzingLLVM.rst74 A |generic fuzzer| for the Itanium demangler used in various LLVM tools. We've
/external/elfutils/tests/
DChangeLog1286 * run-addr2line-i-demangle-test.sh: Notice demangler is unsupported
1750 Fix corruption of non-C++ symbols by the demangler.
/external/elfutils/src/
DChangeLog1951 Fix corruption of non-C++ symbols by the demangler.