Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_symbolize.cpp20 #include "llvm/Demangle/Demangle.h"
23 static bool Demangle = true;
30 Opts.Demangle = Demangle; in getDefaultSymbolizer()
160 Demangle = Value;
22 static bool Demangle = true; global() variable
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDylibVerifier.h82 VerificationMode Mode, bool Zippered, bool Demangle, in DylibVerifier() argument
86 Demangle(Demangle), DSYMPath(DSYMPath), in DylibVerifier()
204 bool Demangle = false; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp48 static cl::opt<bool> Demangle("demangle", variable
94 if (Demangle.getPosition() < NoDemangle.getPosition()) in __anon577b53910202()
95 opts.Demangle = false; in __anon577b53910202()
H A Dxray-converter.cpp66 static cl::opt<bool> Demangle("demangle", variable
386 if (Demangle.getPosition() < NoDemangle.getPosition()) in __anone754334e0302()
387 SymbolizerOpts.Demangle = false; in __anone754334e0302()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp143 if (Log *log = GetLog(LLDBLog::Demangle)) { in GetMSVCDemangledStr()
170 if (Log *log = GetLog(LLDBLog::Demangle)) { in GetItaniumDemangledStr()
183 if (Log *log = GetLog(LLDBLog::Demangle)) { in GetRustV0DemangledStr()
197 if (Log *log = GetLog(LLDBLog::Demangle)) { in GetDLangDemangledStr()
H A DRichManglingContext.cpp47 if (Log *log = GetLog(LLDBLog::Demangle)) { in FromItaniumName()
103 if (Log *log = GetLog(LLDBLog::Demangle)) in processIPDStrResult()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp118 cl::opt<bool> Demangle("demangled-names", cl::init(false), in gcovMain()
119 cl::desc("Demangle function names")); in gcovMain()
121 cl::Grouping, cl::NotHidden, cl::aliasopt(Demangle)); in gcovMain()
171 Demangle, NoOutput, RelativeOnly, UseStdout, in gcovMain()
120 cl::opt<bool> Demangle("demangled-names", cl::init(false), gcovMain() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.h40 const char *Demangle(const char *name) override;
H A Dsanitizer_symbolizer_win.cpp45 const char *Demangle(const char *name) override;
167 const char *WinSymbolizerTool::Demangle(const char *name) { in Demangle() function in __sanitizer::WinSymbolizerTool
H A Dsanitizer_symbolizer_internal.h69 virtual const char *Demangle(const char *name) { in Demangle() function
H A Dsanitizer_symbolizer_posix_libcdep.cpp336 __sanitizer_symbolize_set_demangle(bool Demangle);
382 const char *Demangle(const char *name) override { in Demangle()
373 const char *Demangle(const char *name) override { Demangle() function in __sanitizer::InternalSymbolizer
H A Dsanitizer_symbolizer.h160 const char *Demangle(const char *name);
H A Dsanitizer_symbolizer_markup.cpp63 const char *MarkupSymbolizerTool::Demangle(const char *name) { in Demangle() function in __sanitizer::MarkupSymbolizerTool
H A Dsanitizer_symbolizer_libbacktrace.cpp205 const char *LibbacktraceSymbolizer::Demangle(const char *name) { in Demangle() function in __sanitizer::LibbacktraceSymbolizer
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h42 extern bool Demangle;
H A DXCOFFDumper.cpp255 W.printString("Name", opts::Demangle ? demangle(SymbolName) : SymbolName); in printLoaderSectionSymbolsHelper()
331 W.printNumber("Symbol", opts::Demangle ? demangle(SymbolName) : SymbolName, in printLoaderSectionRelocationEntry()
347 << (opts::Demangle ? demangle(SymbolName) : SymbolName) in printLoaderSectionRelocationEntry()
473 W.printNumber("Symbol", opts::Demangle ? demangle(SymbolName) : SymbolName, in printRelocation()
482 << (opts::Demangle ? demangle(SymbolName) : SymbolName) << "(" in printRelocation()
761 W.printString("Name", opts::Demangle ? demangle(SymbolName) : SymbolName); in printSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DREADME.txt18 files are copied to llvm/include/llvm/Demangle. The simple reason for
56 llvm/unittest/Demangle. The llvm directory should only get tests for stuff not
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLLDBLog.cpp25 LLDBLog::Demangle},
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h26 Demangle = Log::ChannelFlag<7>, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h50 Demangle(M), NoOutput(N), RelativeOnly(R), UseStdout(T), in Options()
61 bool Demangle; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp76 if (Opts.Demangle) in symbolizeCodeCommon()
121 if (Opts.Demangle) { in symbolizeInlinedCodeCommon()
170 if (Opts.Demangle) in symbolizeDataCommon()
255 if (Opts.Demangle) in findSymbolCommon()
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap370 module Demangle {
373 umbrella "llvm/Demangle"
376 textual header "llvm/Demangle/ItaniumNodes.def"
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h50 extern bool Demangle;
H A DSourcePrinter.cpp501 SymbolizerOpts.Demangle = Demangle; in SourcePrinter()
/freebsd/lib/clang/libllvmminimal/
H A DMakefile8 SRCS+= Demangle/ItaniumDemangle.cpp

12