Home
last modified time | relevance | path

Searched refs:m_ipd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp42 bool err = m_ipd.partialDemangle(mangled.GetCString()); in FromItaniumName()
70 return m_ipd.isCtorOrDtor(); in IsCtorOrDtor()
117 auto buf = m_ipd.getFunctionBaseName(m_ipd_buf, &n); in ParseFunctionBaseName()
134 auto buf = m_ipd.getFunctionDeclContextName(m_ipd_buf, &n); in ParseFunctionDeclContextName()
151 auto buf = m_ipd.finishDemangle(m_ipd_buf, &n); in ParseFullName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DRichManglingContext.h63 llvm::ItaniumPartialDemangler m_ipd; variable