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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp1 //===-- RichManglingContext.cpp ---------------------------------*- C++ -*-===//
9 #include "lldb/Core/RichManglingContext.h"
21 // RichManglingContext
22 void RichManglingContext::ResetProvider(InfoProvider new_provider) {
35 bool RichManglingContext::FromItaniumName(ConstString mangled) {
54 bool RichManglingContext::FromCxxMethodName(ConstString demangled) {
60 bool RichManglingContext::IsCtorOrDtor() const {
77 bool RichManglingContext::IsFunction() const {
90 void RichManglingContext::processIPDStrResult(char *ipd_res, size_t res_size) {
119 void RichManglingContext
[all...]
H A DMangled.cpp11 #include "lldb/Core/RichManglingContext.h"
230 RichManglingContext &context, SkipMangledNameFn *skip_mangled_name) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DRichManglingContext.h1 //===-- RichManglingContext.h -----------------------------------*- C++ -*-===//
25 class RichManglingContext { class in namespace:lldb_private
27 RichManglingContext() : m_provider(None), m_ipd_buf_size(2048) { function in class:lldb_private::RichManglingContext
32 ~RichManglingContext() { std::free(m_ipd_buf); }
H A DMangled.h261 bool DemangleWithRichManglingInfo(RichManglingContext &context,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h221 RichManglingContext &rmc);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp15 #include "lldb/Core/RichManglingContext.h"
268 RichManglingContext rmc;
344 RichManglingContext &rmc) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h183 class RichManglingContext;
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile162 SRCS+= Core/RichManglingContext.cpp

Completed in 201 milliseconds