Searched refs:demangler (Results 1 – 12 of 12) sorted by relevance
1 …ction-name -o %t %p/Inputs/unicode-function-name/s.opt.yaml --no-highlight --demangler=llvm-cxxfilt7 …code-function-name -o %t.unused %p/Inputs/unicode-function-name/s.opt.yaml --demangler=llvm-cxxfilt
1 …r -s %p/Inputs/suppress -o %t %p/Inputs/suppress/s.opt.yaml --no-highlight --demangler=llvm-cxxfilt
5 RUN: %opt-viewer -s %p/Inputs -o %t %p/Inputs/basic/or.yaml --no-highlight --demangler=llvm-cxxfilt
61 def set_demangler(cls, demangler): argument62 …cls.demangler_proc = subprocess.Popen(demangler.split(), stdin=subprocess.PIPE, stdout=subprocess.…
319 if args.demangler:320 optrecord.Remark.set_demangler(args.demangler)
72 dnl As stack tracing support is enabled, check for a demangler.
69 ** add demangler support71 Use demangler from libiberty.
272 Specify a symbol demangler. This can be used to make reports more274 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
76 ; undname returns `int *h1`, but it is a bug in their demangler. Their mangler
74 A |generic fuzzer| for the Itanium demangler used in various LLVM tools. We've
1286 * run-addr2line-i-demangle-test.sh: Notice demangler is unsupported1750 Fix corruption of non-C++ symbols by the demangler.
1951 Fix corruption of non-C++ symbols by the demangler.