Home
last modified time | relevance | path

Searched refs:RichManglingContext (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp1 //===-- RichManglingContext.cpp -------------------------------------------===//
9 #include "lldb/Core/RichManglingContext.h"
18 // RichManglingContext
19 RichManglingContext::~RichManglingContext() { in ~RichManglingContext()
24 void RichManglingContext::ResetCxxMethodParser() { in ResetCxxMethodParser()
34 void RichManglingContext::ResetProvider(InfoProvider new_provider) { in ResetProvider()
41 bool RichManglingContext::FromItaniumName(ConstString mangled) { in FromItaniumName()
60 bool RichManglingContext::FromCxxMethodName(ConstString demangled) { in FromCxxMethodName()
66 bool RichManglingContext
[all...]
H A DMangled.cpp210 bool Mangled::GetRichManglingInfo(RichManglingContext &context, in GetRichManglingInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DRichManglingContext.h25 class RichManglingContext {
27 RichManglingContext() { in RichManglingContext() function
32 ~RichManglingContext();
H A DMangled.h237 bool GetRichManglingInfo(RichManglingContext &context,
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h348 RichManglingContext &rmc);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp314 RichManglingContext rmc; in InitNameIndexes()
398 RichManglingContext &rmc) { in RegisterMangledNameEntry()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h184 class RichManglingContext; variable
/freebsd/lib/clang/liblldb/
H A DMakefile189 SRCS+= Core/RichManglingContext.cpp