Home
last modified time | relevance | path

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

123

/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.h104 VerificationMode Mode, bool Zippered, bool Demangle, in DylibVerifier() argument
108 Demangle(Demangle), DSYMPath(DSYMPath), in DylibVerifier()
226 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 DRichManglingContext.cpp45 if (Log *log = GetLog(LLDBLog::Demangle)) { in FromItaniumName()
103 if (Log *log = GetLog(LLDBLog::Demangle)) in processIPDStrResult()
H A DMangled.cpp150 if (Log *log = GetLog(LLDBLog::Demangle)) { in GetMSVCDemangledStr()
185 if (Log *log = GetLog(LLDBLog::Demangle)) { in GetItaniumDemangledStr()
203 if (Log *log = GetLog(LLDBLog::Demangle)) { in GetRustV0DemangledStr()
217 if (Log *log = GetLog(LLDBLog::Demangle)) { in GetDLangDemangledStr()
/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;
168 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.cpp338 __sanitizer_symbolize_set_demangle(bool Demangle);
385 const char *Demangle(const char *name) override { in Demangle() function in __sanitizer::InternalSymbolizer
H A Dsanitizer_symbolizer_markup.cpp63 const char *MarkupSymbolizerTool::Demangle(const char *name) { in Demangle() function in __sanitizer::MarkupSymbolizerTool
H A Dsanitizer_symbolizer.h160 const char *Demangle(const char *name);
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()
770 W.printString("Name", opts::Demangle ? demangle(SymbolName) : SymbolName); in printSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DREADME.txt18 files are copied to llvm/include/llvm/Demangle. The simple reason for
56 llvm/unittests/Demangle. The llvm directory should only get tests for stuff not
/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/unittests/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.h51 Demangle(M), NoOutput(N), RelativeOnly(R), UseStdout(T), in Options()
62 bool Demangle; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp79 if (Opts.Demangle) in symbolizeCodeCommon()
126 if (Opts.Demangle) { in symbolizeInlinedCodeCommon()
175 if (Opts.Demangle) in symbolizeDataCommon()
260 if (Opts.Demangle) in findSymbolCommon()
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap380 module Demangle {
383 umbrella "llvm/Demangle"
386 textual header "llvm/Demangle/ItaniumNodes.def"
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h48 extern bool Demangle;
/freebsd/lib/clang/libllvmminimal/
H A DMakefile8 SRCS+= Demangle/ItaniumDemangle.cpp

123