Home
last modified time | relevance | path

Searched refs:Demangle (Results 1 – 19 of 19) sorted by relevance

/NextBSD/contrib/llvm/tools/llvm-symbolizer/
HDLLVMSymbolize.h41 bool Demangle : 1; member
47 bool Demangle = true, bool RelativeAddresses = false,
50 PrintInlining(PrintInlining), Demangle(Demangle), in PrintFunctions()
HDLLVMSymbolize.cpp224 if (Info->symbolizeData(ModuleOffset, Name, Start, Size) && Opts.Demangle) in symbolizeData()
486 else if (Opts.Demangle) in printDILineInfo()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_symbolizer_libcdep.cc123 const char *Symbolizer::Demangle(const char *name) { in Demangle() function in __sanitizer::Symbolizer
128 if (const char *demangled = tool->Demangle(name)) in Demangle()
HDsanitizer_symbolizer_win.h26 const char *Demangle(const char *name) override;
HDsanitizer_symbolizer_libbacktrace.h40 const char *Demangle(const char *name) override;
HDsanitizer_symbolizer_internal.h64 virtual const char *Demangle(const char *name) { in Demangle() function
HDsanitizer_symbolizer_win.cc121 const char *WinSymbolizerTool::Demangle(const char *name) { in Demangle() function in __sanitizer::WinSymbolizerTool
HDsanitizer_symbolizer.h103 const char *Demangle(const char *name);
HDsanitizer_symbolizer_libbacktrace.cc205 const char *LibbacktraceSymbolizer::Demangle(const char *name) { in Demangle() function in __sanitizer::LibbacktraceSymbolizer
HDsanitizer_symbolizer_posix_libcdep.cc321 const char *Demangle(const char *name) override { in Demangle() function in __sanitizer::InternalSymbolizer
/NextBSD/contrib/compiler-rt/lib/ubsan/
HDubsan_diag.cc173 Printf("'%s'", Symbolizer::GetOrInit()->Demangle(A.String)); in renderText()
/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_report.cc249 return should_demangle ? Symbolizer::GetOrInit()->Demangle(name) : name; in MaybeDemangleGlobalName()
/NextBSD/contrib/binutils/ld/po/
HDld.pot1480 msgid "Demangle symbol names [using STYLE]"
/NextBSD/contrib/binutils/libiberty/
HDChangeLog4693 * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces.
6068 * cplus-dem.c (demangle_template): Demangle bool literals properly.
6242 (gnu_special): Demangle template and qualified names in a vtable name.
6751 * cplus-dem.c (demangle_prefix): Demangle cfront
/NextBSD/contrib/gcclibs/libiberty/
HDChangeLog4495 * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces.
5870 * cplus-dem.c (demangle_template): Demangle bool literals properly.
6044 (gnu_special): Demangle template and qualified names in a vtable name.
6553 * cplus-dem.c (demangle_prefix): Demangle cfront
/NextBSD/contrib/binutils/binutils/doc/
HDbinutils.texi137 Demangle encoded C++ symbols (on MS-DOS, this program is named
2483 @c man title cxxfilt Demangle C++ and Java symbols.
/NextBSD/contrib/binutils/binutils/po/
HDbinutils.pot47 " -C --demangle[=style] Demangle function names\n"
/NextBSD/contrib/binutils/binutils/
HDChangeLog-9197502 (dump_symbols): Demangle symbol name.
/NextBSD/contrib/libstdc++/
DChangeLog-20046510 * testsuite/performance/allocator.cc: Demangle typeid(obj).name().