Searched refs:Demangle (Results 1 - 25 of 36) sorted by relevance

12

/openbsd-current/gnu/usr.bin/clang/libLLVMDemangle/
H A DMakefile6 CPPFLAGS+= -I${LLVM_SRCS}/include/llvm/Demangle
8 SRCS+= Demangle.cpp \
15 .PATH: ${.CURDIR}/../../../llvm/llvm/lib/Demangle
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.h40 const char *Demangle(const char *name) override;
H A Dsanitizer_symbolizer_markup.cpp40 const char *Symbolizer::Demangle(const char *name) { function in class:__sanitizer::Symbolizer
H A Dsanitizer_symbolizer_internal.h69 virtual const char *Demangle(const char *name) { function in class:__sanitizer::SymbolizerTool
H A Dsanitizer_symbolizer_win.cpp45 const char *Demangle(const char *name) override;
167 const char *WinSymbolizerTool::Demangle(const char *name) { function in class:__sanitizer::WinSymbolizerTool
H A Dsanitizer_symbolizer.h140 const char *Demangle(const char *name);
H A Dsanitizer_symbolizer_posix_libcdep.cpp332 __sanitizer_symbolize_set_demangle(bool Demangle);
373 const char *Demangle(const char *name) override {
H A Dsanitizer_symbolizer_libbacktrace.cpp205 const char *LibbacktraceSymbolizer::Demangle(const char *name) { function in class:__sanitizer::LibbacktraceSymbolizer
H A Dsanitizer_symbolizer_libcdep.cpp161 const char *Symbolizer::Demangle(const char *name) { function in class:__sanitizer::Symbolizer
165 if (const char *demangled = tool.Demangle(name))
/openbsd-current/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-extract.cpp48 static cl::opt<bool> Demangle("demangle",
94 if (Demangle.getPosition() < NoDemangle.getPosition())
95 opts.Demangle = false;
H A Dxray-converter.cpp66 static cl::opt<bool> Demangle("demangle",
386 if (Demangle.getPosition() < NoDemangle.getPosition())
387 SymbolizerOpts.Demangle = false;
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h44 extern bool Demangle;
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_symbolize.cpp22 static bool Demangle = true; variable
29 Opts.Demangle = Demangle;
122 Demangle = Value;
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DRichManglingContext.cpp47 if (Log *log = GetLog(LLDBLog::Demangle)) {
103 if (Log *log = GetLog(LLDBLog::Demangle))
H A DMangled.cpp23 #include "llvm/Demangle/Demangle.h"
133 if (Log *log = GetLog(LLDBLog::Demangle)) {
160 if (Log *log = GetLog(LLDBLog::Demangle)) {
173 if (Log *log = GetLog(LLDBLog::Demangle)) {
186 if (Log *log = GetLog(LLDBLog::Demangle)) {
/openbsd-current/gnu/llvm/lldb/include/lldb/Utility/
H A DLLDBLog.h26 Demangle = Log::ChannelFlag<7>, member in class:lldb_private::LLDBLog
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DLLDBLog.cpp25 LLDBLog::Demangle},
/openbsd-current/gnu/llvm/llvm/tools/llvm-cov/
H A Dgcov.cpp120 cl::opt<bool> Demangle("demangled-names", cl::init(false),
121 cl::desc("Demangle function names"));
123 cl::Grouping, cl::NotHidden, cl::aliasopt(Demangle));
173 Demangle, NoOutput, RelativeOnly, UseStdout,
/openbsd-current/gnu/llvm/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp17 #include "llvm/Demangle/Demangle.h"
36 if (Demangle)
H A Dllvm-objdump.h39 extern bool Demangle;
H A DSourcePrinter.cpp489 SymbolizerOpts.Demangle = Demangle;
/openbsd-current/gnu/llvm/llvm/tools/sanstats/
H A Dsanstats.cpp72 SymbolizerOptions.Demangle = ClDemangle;
/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DGCOV.h49 Demangle(M), NoOutput(N), RelativeOnly(R), UseStdout(T),
60 bool Demangle; member in struct:llvm::GCOV::Options
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h56 bool Demangle = true; member in struct:llvm::symbolize::LLVMSymbolizer::Options
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DGCOV.cpp18 #include "llvm/Demangle/Demangle.h"
808 << f->getName(options.Demangle) << '\n';
855 Summary summary(f.getName(options.Demangle));
923 os << "function " << f.getName(options.Demangle) << " called " << entryCount

Completed in 621 milliseconds

12